From 4279403183165768065f8d7a31b3776b31b0588d Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Fri, 26 Apr 2024 16:57:26 +0200 Subject: [PATCH] Added modal to /misisng (fixed #11) --- templates/missing.html | 114 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 112 insertions(+), 2 deletions(-) diff --git a/templates/missing.html b/templates/missing.html index 81d02a4..116d619 100644 --- a/templates/missing.html +++ b/templates/missing.html @@ -8,6 +8,64 @@ rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css"> + @@ -54,9 +112,9 @@ {% for brick in missing_list %} {% if brick[4] == 'nil' %} - + {{ brick[0] }} {% else %} - + {{ brick[0] }} {% endif %} {{ brick[0] }} {{ brick[1] }} @@ -69,7 +127,59 @@ + + + + + +