diff options
author | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
commit | 52d5613672758ac6c8ebffc7f33d94d47bde6180 (patch) | |
tree | 0b6e1fbc4ed013b2ba701dedeb39be9781ff8204 /app/lib/grappelli/templates/registration/password_change_done.html | |
parent | efb623af0bcb47d510501c282e1326b11343a29c (diff) |
moved outside dependencies to virtualenv and dumped some unused apps out of lib
Diffstat (limited to 'app/lib/grappelli/templates/registration/password_change_done.html')
-rw-r--r-- | app/lib/grappelli/templates/registration/password_change_done.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app/lib/grappelli/templates/registration/password_change_done.html b/app/lib/grappelli/templates/registration/password_change_done.html deleted file mode 100644 index bfd01ab..0000000 --- a/app/lib/grappelli/templates/registration/password_change_done.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "admin/base_site.html" %} -{% load i18n %} -{% block userlinks %} - {% url django-admindocs-docroot as docsroot %} - {% if docsroot %} - <li> - <a href="{{ docsroot }}">{% trans 'Documentation' %}</a> - </li> - {% endif %} - <li> - <a href="{{ root_path }}password_change/">{% trans 'Change password' %}</a> - </li> - <li> - <a href="{{ root_path }}logout/">{% trans 'Log out' %}</a> - </li> -{% endblock %} - -{% block breadcrumbs %}<div id="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> › {% trans 'Password change' %}</div>{% endblock %} - -{% block title %}{% trans 'Password change successful' %}{% endblock %} -{% block content %} - <h1>{% trans 'Password change successful' %}</h1> - <p>{% trans 'Your password was changed.' %}</p> -{% endblock %} |