From 2eff40c7df16890df7cfbc9d9ab4da9d5b464072 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 27 May 2011 13:15:05 +0100 Subject: [PATCH] Remove uneeded template --- app/templates/apipassword.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app/templates/apipassword.html diff --git a/app/templates/apipassword.html b/app/templates/apipassword.html deleted file mode 100644 index 77fd971..0000000 --- a/app/templates/apipassword.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} - -{% block title %}External Service Account Password Reset{% endblock %} - -{% block content %} - -

This service will reset your password for account {{ acc.service_uid }} on {{ acc.service }}. If you wish to continue please click the link -below.

- -
- -{{ form.as_table }} -{% csrf_token %} -
-
- -
- -{% endblock %}