Fixed merging text on application view

This commit is contained in:
2010-04-20 22:26:20 +01:00
parent f1aeebfe79
commit 33f6fd514a

View File

@@ -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>