mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added link to reddit account
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for acc in reddits %}
|
||||
<tr><td>{{ acc.username }}</td>
|
||||
<tr><td><a href="http://reddit.com/user/{{ acc.username }}/">{{ acc.username }}</a></td>
|
||||
<td>{{ acc.date_created }}</td>
|
||||
<td>{% if acc.validated %}Yes{% else %}No{% endif %}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user