This commit is contained in:
2022-08-11 23:09:53 +01:00
parent 5fd6b887de
commit 7791e96809
4 changed files with 14 additions and 7 deletions

View File

@@ -19,6 +19,7 @@
hx-swap="outerHTML">
</div>
<div id="info">
{% include 'partials/notify.html' %}
{% if item is not None %}
<div class="content" style="max-height: 30em; overflow: auto;">
<div class="table-container">

View File

@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
{% include 'partials/notify.html' %}
<script>
// tabbed browsing for the modal
function initTabs() {