diff --git a/app/reddit/templates/reddit/add.html b/app/reddit/templates/reddit/add.html index 14f1381..127ebb1 100644 --- a/app/reddit/templates/reddit/add.html +++ b/app/reddit/templates/reddit/add.html @@ -3,17 +3,20 @@ {% block title %}Add Reddit Account{% endblock %} {% block content %} -

Add Reddit Account

+ +

This will bind a Reddit account to your Auth Gateway login, this is usually required for application to the corporation

Please note, you will be forever tied to this account and posts and comments made on this account will be checked on from time to time

+
- -{{ form.as_table }} -
-{% csrf_token %} -
- + + {% include "formtools/formfield.html" with field=form.username %} + {% csrf_token %} + +
{% endblock %} diff --git a/app/reddit/templates/reddit/delete.html b/app/reddit/templates/reddit/delete.html index de795de..3eea592 100644 --- a/app/reddit/templates/reddit/delete.html +++ b/app/reddit/templates/reddit/delete.html @@ -6,7 +6,7 @@

Delete Reddit Account

Do you wish to delete the Reddit account {{ account.username }} from Auth?

- + {% csrf_token %}
{% endblock %}