mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-21 22:30:53 +00:00
fix layout
This commit is contained in:
@ -85,7 +85,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if can_add_email %}
|
{% if can_add_email %}
|
||||||
<h2>{% trans "Add E-mail Address" %}</h2>
|
<br>
|
||||||
|
<h4>{% trans "Add E-mail Address" %}</h4>
|
||||||
|
|
||||||
<form method="post" action="{% url 'account_email' %}" class="add_email">
|
<form method="post" action="{% url 'account_email' %}" class="add_email">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
Reference in New Issue
Block a user