Added Not Validated tags for Reddit Accounts

This commit is contained in:
2010-04-20 13:04:23 +01:00
parent fe69a9b1af
commit e2dce0aed4

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{% 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>