Skip to content

Commit 88bf6d0

Browse files
committed
better names
1 parent 8e5b5bb commit 88bf6d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/custom_admin/src/pages/admin-base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "../custom-styles.css";
55
<html>
66
<body>
77
<Fragment set:html={`
8-
{% extends 'admin/real_base.html' %}
8+
{% extends 'admin/pycon_base.html' %}
99
`} />
1010
</body>
1111
</html>
File renamed without changes.

0 commit comments

Comments
 (0)