Skip to content

Commit

Permalink
Fix jinja2 inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed Apr 27, 2024
1 parent 5a0ed93 commit 8871684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "templates/monitor/base.jinja2" %}
{% extends "monitor/base.jinja2" %}
{% block content %}
<h2>Rune Deposits</h2>
<table class="table">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "templates/monitor/base.jinja2" %}
{% extends "monitor/base.jinja2" %}
{% block content %}
<h2>Runes</h2>
<table class="table">
Expand Down

0 comments on commit 8871684

Please sign in to comment.