--- a/src/hdalab/templates/registration/password_reset_done.html Mon Dec 01 10:34:53 2014 +0100
+++ b/src/hdalab/templates/registration/password_reset_done.html Wed Dec 10 11:34:54 2014 +0100
@@ -1,6 +1,14 @@
{% extends "base.html" %}
+{% load static %}
{% load i18n %}
+{% block title %}{% trans "Password reset - Done" %}{% endblock %}
+
+{% block css_import %}
+{{block.super}}
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/login.css' %}" />
+{% endblock %}
+
{% block main_content %}
<div class="register">
<p>{% trans "Email with password reset instructions has been sent." %}</p>