Updated forms. Added scrapers. Updated edit page for scrapers. Made new wishlist look better and added warning to save uuids somewhere safe. Updated nix flake.

This commit is contained in:
Jurn Wubben 2025-06-22 19:42:20 +02:00
parent 1f269afce5
commit 13d63245ed
14 changed files with 367 additions and 109 deletions

View file

@ -1,3 +1,5 @@
{% include 'header.html' %}
<h1>{{wishlist.title}}</h1>
<sub>{{wishlist.description}}</sub>
@ -54,3 +56,5 @@
}
</script>
{% include 'footer.html' %}