mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2026-01-27 09:01:24 +01:00
I'd like to be upgrading to 1.8 but that causes problems with South, and we're not quite ready to dispense with our existing migrations yet. Part of the implementation for [YOCTO #9620]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
6 lines
217 B
HTML
6 lines
217 B
HTML
{% load i18n %}
|
|
{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
|
|
{% block reset_link %}
|
|
{{ protocol }}://{{ domain }}{% url "auth_password_reset_confirm" uidb36=uid, token=token %}
|
|
{% endblock %}
|