You've already forked snikket-web-portal
Fix leak of internal circle name in tooltips
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
<td class="collapsible">{{ circle.members | length }}</td>
|
||||
<td class="nowrap">
|
||||
{%- call custom_form_button("create_link", invite_form.circles.name, circle.id_, slim=True, class="secondary accent") -%}
|
||||
{% trans circle_name=circle.name %}Create invitation to circle {{ circle_name }}{% endtrans %}
|
||||
{% trans circle_name=(circle | circle_name) %}Create invitation to circle {{ circle_name }}{% endtrans %}
|
||||
{%- endcall -%}
|
||||
{%- call action_button("people", url_for(".edit_circle", id_=circle.id_) + "#members", class="secondary") -%}
|
||||
{% trans circle_name=circle.name %}Manage members of {{ circle_name }}{% endtrans %}
|
||||
{% trans circle_name=(circle | circle_name) %}Manage members of {{ circle_name }}{% endtrans %}
|
||||
{%- endcall -%}
|
||||
{%- call action_button("edit", url_for(".edit_circle", id_=circle.id_), class="primary") -%}
|
||||
{% trans circle_name=circle.name %}Edit circle {{ circle_name }}{% endtrans %}
|
||||
{% trans circle_name=(circle | circle_name) %}Edit circle {{ circle_name }}{% endtrans %}
|
||||
{%- endcall -%}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user