Skip to content

Commit c7588e2

Browse files
Merge pull request #8 from app-generator/issue-v1
fix: replace base_site to base
2 parents 2bbf01c + d1db254 commit c7588e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_material/templates/admin/auth/user/change_password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "admin/base_site.html" %}
1+
{% extends "admin/base.html" %}
22
{% load i18n static %}
33
{% load admin_urls %}
44

0 commit comments

Comments
 (0)