Skip to content

Commit

Permalink
modifiche ai template mail
Browse files Browse the repository at this point in the history
  • Loading branch information
simodalla committed Dec 3, 2021
1 parent 38896bd commit 87957ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions openhelpdesk/templates/openhelpdesk/email/email_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</div>
<div style="font-size: 13px; background-color: #FFF; padding: 10px 7px 7px 7px;">
{% block body %}{% endblock %}
{% trans "Questa email è generata automaticamente, si prega di non rispondere. Per qualunque informazione contattare il Servizio Informatico Associato all'indirizzo [email protected]" as default_footer %}
{% block footer %}<span style="color: #898989; font-size: 10px">{% block content_footer %}{{ footer|default:default_footer }}{% endblock %}</span>{% endblock %}
{% trans "Questa email è generata automaticamente, si prega di non rispondere." as default_footer %}
{% block footer %}<span style="color: #A52A2A; font-style: italic; font-weight: bold;">{% block content_footer %}{{ footer|default:default_footer }}{% endblock %}</span>{% endblock %}
</div>
</div>
<br><br>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div style="float: left; padding:0; margin:0 0 10px 20px;"><p>{{ report.content|safe }}</p></div>
</div>
<div style="clear: left; border-top: 1px solid lightblue; margin-bottom: 20px;">
<p>{% trans "Use the link below to view the report" %}:</p>
<p>Usa il link sottostante per rispondere al tecnico SIA:</p>
<p><a href="http://{{ request.get_host }}{{ change_ticket_url }}">http://{{ request.get_host }}{{ change_ticket_url }}</a></p>
</div>
{% endblock %}
{% endblock %}

0 comments on commit 87957ef

Please sign in to comment.