From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- templates/authopenid/changepw.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 templates/authopenid/changepw.html (limited to 'templates/authopenid/changepw.html') diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html deleted file mode 100644 index 8b059544..00000000 --- a/templates/authopenid/changepw.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% load i18n %} -{% block head %}{% endblock %} -{% block title %}{% spaceless %}{% trans "Change password" %}{% endspaceless %}{% endblock %} -{% block content %} -
{% trans "Account: change password" %}
-

{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}

-
-
-
    - {{form.as_ul}} -
-
-
-
-{% endblock %} - -- cgit v1.2.3-1-g7c22