fixed display of username when not logged in

This commit is contained in:
TheLegend875
2018-12-22 22:39:38 +01:00
committed by TheLegend875
parent 19df86f13f
commit 5bdbbf60d7

View File

@@ -53,7 +53,7 @@ configure your email client
</tr>
<tr>
<th>{% trans %}Username{% endtrans %}</th>
<td><pre>{{ current_user or "******" }}</pre></td>
<td><pre>{{ current_user if current_user.is_authenticated else "******" }}</pre></td>
</tr>
<tr>
<th>{% trans %}Password{% endtrans %}</th>