Skip to content
Snippets Groups Projects
Commit a349e475 authored by Jan Mach's avatar Jan Mach
Browse files

Merge branch 'mach-bug-#7159' into devel

(Redmine issue: #7159)
parents adcf885c 7053dcf2
No related branches found
No related tags found
No related merge requests found
{%- extends "_layout_confirmation.html" %}
{%- block modalcontent %}
<p>
{{ _('Are you really sure you want to add user') }}
</p>
<p class="lead text-center">
{{ other_name }}
</p>
<p>
{{ _('as manager to abuse group') }}
</p>
<p class="lead text-center">
{{ item_name }}
</p>
{% endblock modalcontent %}
{%- extends "_layout_confirmation.html" %}
{%- block modalcontent %}
<p>
{{ _('Are you really sure you want to remove user') }}
</p>
<p class="lead text-center">
{{ other_name }}
</p>
<p>
{{ _('as manager from abuse group') }}
</p>
<p class="lead text-center">
{{ item_name }}
</p>
{% endblock modalcontent %}
{%- extends "_layout_confirmation.html" %}
{%- block modalcontent %}
<p>
{{ _('Are you really sure you want to add user') }}
</p>
<p class="lead text-center">
{{ item_name }}
</p>
<p>
{{ _('as manager to abuse group') }}
</p>
<p class="lead text-center">
{{ other_name }}
</p>
{% endblock modalcontent %}
{%- extends "_layout_confirmation.html" %}
{%- block modalcontent %}
<p>
{{ _('Are you really sure you want to remove user') }}
</p>
<p class="lead text-center">
{{ item_name }}
</p>
<p>
{{ _('as manager from abuse group') }}
</p>
<p class="lead text-center">
{{ other_name }}
</p>
{% endblock modalcontent %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment