mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-01-18 17:13:00 +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:' %}
|
||||
{{ url|safe }}
|
||||
|
||||
{% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies:' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block html_body %}
|
||||
|
@ -19,7 +21,12 @@
|
|||
<p>
|
||||
{% trans 'Please visit the site to check your request:' %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ url|safe }}"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies:' %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue