mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-24 23:29:29 +00:00
Flesh out and enable the Reddit gargoyle switch
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
{% load naturaltimediff %}
|
||||
{% load installed %}
|
||||
{% load gargoyle_tags %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
@@ -108,6 +109,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if "reddit"|installed %}
|
||||
{% ifswitch reddit %}
|
||||
<br/>
|
||||
<h2>Reddit Accounts</h2>
|
||||
{% if user.redditaccount_set.all %}
|
||||
@@ -125,6 +127,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
{% endif %}
|
||||
{% endifswitch %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user