mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
revert blocktrans indenting
This commit is contained in:
parent
1788f2fb84
commit
4c0b9b073b
@ -15,11 +15,11 @@
|
||||
{% endblock %}
|
||||
|
||||
{% 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="col-lg-12">
|
||||
|
Loading…
Reference in New Issue
Block a user