mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-01-19 01:23:02 +08:00
Update request form email template to include generic instructions for hardcopy requests
This commit is contained in:
parent
b0a9b6b6f0
commit
06ff830ae7
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
{% trans 'Please visit the site to check your request:' %}
|
{% trans 'Please visit the site to check your request:' %}
|
||||||
{{ url|safe }}
|
{{ url|safe }}
|
||||||
|
|
||||||
|
{% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies:' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block html_body %}
|
{% block html_body %}
|
||||||
|
@ -19,7 +21,12 @@
|
||||||
<p>
|
<p>
|
||||||
{% trans 'Please visit the site to check your request:' %}
|
{% trans 'Please visit the site to check your request:' %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url|safe }}"></a>
|
<a href="{{ url|safe }}"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies:' %}
|
||||||
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue