Change how List Pages are populated (#68)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#68
This commit is contained in:
2025-08-29 08:09:57 +12:00
parent ec2b941a85
commit 8592cfae50
3 changed files with 54 additions and 37 deletions

View File

@ -3,7 +3,11 @@
{% load static %}
<head>
<title>{{ title }}</title>
<style>
html, body {
overflow-x: hidden;
}
</style>
{# TODO use bundles from bootstrap 3.3.7 #}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">