Fix account.njk error on fresh new account with username and password
Fixes #24
This commit is contained in:
parent
9d5fa9d937
commit
f07f7cacee
@ -17,7 +17,9 @@
|
||||
<p>{{ field.name }}: {{ field.value }}</p>
|
||||
{% endfor %}
|
||||
|
||||
{% if main_email.email | length > 0 %}
|
||||
<p>Contact email: {{ main_email.email }} <a href="#emails">More...</a></p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<section class="panel">
|
||||
|
Loading…
Reference in New Issue
Block a user