From fe80cf373683c9c941b68ef3d6f2d872bc3ecc9f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 9 Sep 2011 14:41:58 +0100 Subject: [PATCH] Remove extra template --- .../templates/reddit/add_reddit_account.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app/reddit/templates/reddit/add_reddit_account.html diff --git a/app/reddit/templates/reddit/add_reddit_account.html b/app/reddit/templates/reddit/add_reddit_account.html deleted file mode 100644 index b17553f..0000000 --- a/app/reddit/templates/reddit/add_reddit_account.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Add Reddit Account{% endblock %} - -{% block content %} -

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 %} -
- -
-{% endblock %}