mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fixed merging text on application view
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<h3>Reddit Accounts</h3>
|
||||
<ul>
|
||||
{% for acc in redditacc %}
|
||||
<li><a href="http://reddit.com/user/{{ acc.username }}/">{{ acc.username }}</a>{% if acc.validated %} - Validated{ %else %}<b>NOT VALIDATED</b>{% endif %} - {{ acc.date_created }}</li>
|
||||
<li><a href="http://reddit.com/user/{{ acc.username }}/">{{ acc.username }}</a>{% if acc.validated %} - Validated{ %else %} - <b>NOT VALIDATED</b>{% endif %} - {{ acc.date_created }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user