From 2632e88aaa8009f2396899673e8a957677c0b5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Mon, 21 Mar 2016 12:57:46 +0100 Subject: [PATCH 1/1] Remove title from password profile frontend. --- src/authentic2/templates/authentic2/login_password_profile.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/authentic2/templates/authentic2/login_password_profile.html b/src/authentic2/templates/authentic2/login_password_profile.html index 822d71b..9d5a707 100644 --- a/src/authentic2/templates/authentic2/login_password_profile.html +++ b/src/authentic2/templates/authentic2/login_password_profile.html @@ -1,6 +1,4 @@ {% load i18n %} -{% if can_change_password %}

{% trans "Password" %}

{% endif %} -
{% if can_change_password %}

{% trans "Change your password" %}

-- 2.1.4