--- a/src/hdalab/templates/registration/password_change_done.html Mon Dec 01 10:34:53 2014 +0100
+++ b/src/hdalab/templates/registration/password_change_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 change - 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 "Password changed" %}</p>