Skip to content

Commit

Permalink
Fix incorrect template inheritance.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Dec 7, 2024
1 parent 28a1c50 commit 37938cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gened/templates/admin_demo_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SPDX-License-Identifier: AGPL-3.0-only
#}

{% extends "admin_main.html" %}
{% extends "admin_base.html" %}

{% block admin_body %}
<h1 class="is-size-3">Demo Links <a class="button is-light is-link is-small mt-2" href="{{url_for('admin.demo_link_new')}}">Create New</a></h1>
Expand Down

0 comments on commit 37938cd

Please sign in to comment.