We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e785a commit 444b1acCopy full SHA for 444b1ac
openwisp_users/accounts/templates/account/password_change.html
@@ -4,13 +4,10 @@
4
{% load static %}
5
6
{% block title %}{% trans "Change Password" %}{% endblock %}
7
-{% block extrahead %}
8
- <link rel="stylesheet" type="text/css" href="{% static 'openwisp-users/accounts/css/change-password.css' %}" />
9
-{% endblock %}
10
11
{% block extrastyle %}
12
{{ block.super }}
13
-{{ form.media.css }}
+<link rel="stylesheet" type="text/css" href="{% static 'openwisp-users/accounts/css/change-password.css' %}" />
14
{% endblock extrastyle %}
15
16
{% block content %}
0 commit comments