From 7043646ba1d5e5d11543de0e5e46040d646703fd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 4 Dec 2011 17:54:33 +0000 Subject: [PATCH] Updated reddit templates --- app/reddit/templates/reddit/add.html | 17 ++++++++++------- app/reddit/templates/reddit/delete.html | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) 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 %}