~chipaca/unity-lens-video/custom-user-agent

21 by Janos Gyerik
added primitive account creation and login
1
{% extends "base.html" %}
2
3
{% load i18n %}
4
5
{% block pagetitle %}{% trans 'Password reset complete' %}{% endblock %}
6
7
{% block content %}
8
9
<p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
10
11
<p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
12
13
{% endblock %}