mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 15:22:17 +00:00
Added Not Validated tags for Reddit Accounts
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<h3>Reddit Accounts</h3>
|
<h3>Reddit Accounts</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for acc in redditacc %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user