Initial commit

This commit is contained in:
pmitros
2011-12-08 04:02:28 +00:00
commit 4550f63e2b
42 changed files with 1206 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% load i18n %}
<h1> Password reset complete </h1>
{% block content %}
Your password has been set. You may go ahead and <a href="/">log in</a> now.
{% endblock %}