Skip to content

Commit 2ddcf10

Browse files
authored
Merge pull request #1216 from ccnmtl/bootstrap5
Fix bootstrap5
2 parents ca298a2 + 3a0f24a commit 2ddcf10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

metricsmentor/templates/registration/password_change_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22
{% load i18n %}
3-
{% load bootstrap5 %}
3+
{% load django_bootstrap5 %}
44

55
{% block title %}{% trans 'Change Password' %}{% endblock %}
66

metricsmentor/templates/registration/password_reset_confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22
{% load i18n %}
3-
{% load bootstrap5 %}
3+
{% load django_bootstrap5 %}
44

55
{% block title %}{% trans 'Password reset' %}{% endblock %}
66

metricsmentor/templates/registration/password_reset_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22
{% load i18n %}
3-
{% load bootstrap5 %}
3+
{% load django_bootstrap5 %}
44

55
{% block title %}{% trans "Password reset" %}{% endblock %}
66

0 commit comments

Comments
 (0)