forked from extern/django-helpdesk
revert blocktrans indenting
This commit is contained in:
parent
1788f2fb84
commit
4c0b9b073b
@ -15,11 +15,11 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block helpdesk_body %}{% blocktrans with ticket.title as ticket_title and ticket.id as ticket_id %}
|
{% block helpdesk_body %}{% blocktrans with ticket.title as ticket_title and ticket.id as ticket_id %}
|
||||||
<h2>Ticket CC Settings</h2>
|
<h2>Ticket CC Settings</h2>
|
||||||
|
|
||||||
<p>The following people will receive an e-mail whenever <em><a href='../'>{{ ticket_title }}</a></em> is updated. Some people can also view or edit the ticket via the public ticket views.</p>
|
<p>The following people will receive an e-mail whenever <em><a href='../'>{{ ticket_title }}</a></em> is updated. Some people can also view or edit the ticket via the public ticket views.</p>
|
||||||
|
|
||||||
<p>You can add a new recipient to the list or delete any of the items below as required.</p>{% endblocktrans %}
|
<p>You can add a new recipient to the list or delete any of the items below as required.</p>{% endblocktrans %}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
|
Loading…
Reference in New Issue
Block a user