mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-28 18:51:22 +08:00
Implement major changes
This commit is contained in:
parent
60eadbed64
commit
63f3bd0eab
16 changed files with 357 additions and 40 deletions
|
@ -1,11 +1,11 @@
|
|||
{% load i18n %}
|
||||
|
||||
{% block subject %}
|
||||
{% blocktrans %}USTP - Document Request Form Update{% endblocktrans %}
|
||||
{% blocktrans %}USTP - Request Form Update{% endblocktrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block text_body %}
|
||||
{% blocktrans %}You're receiving this email because your document request has been {{ request_status }}.{% endblocktrans %}
|
||||
{% blocktrans %}You're receiving this email because your request form has been {{ request_status }}.{% endblocktrans %}
|
||||
|
||||
{% blocktrans %}Remarks: {{ remarks }}{% endblocktrans %}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
{% block html_body %}
|
||||
<p>
|
||||
{% blocktrans %}You're receiving this email because your document request has been {{ request_status }}.{% endblocktrans %}
|
||||
{% blocktrans %}You're receiving this email because your request form has been {{ request_status }}.{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue