diff --git a/docmanager_backend/emails/templates/request_approved.html b/docmanager_backend/emails/templates/request_approved.html index 7dd8e8f..783c865 100644 --- a/docmanager_backend/emails/templates/request_approved.html +++ b/docmanager_backend/emails/templates/request_approved.html @@ -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 @@

{% trans 'Please visit the site to check your request:' %}

+

+ +

+ {% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies:' %} +

{% endblock %}