Created base template. Updated forms. Added navbar. Added better scraping support for edit page.

This commit is contained in:
Jurn Wubben 2025-06-24 09:45:17 +02:00
parent 13d63245ed
commit 89118c6d1d
11 changed files with 208 additions and 144 deletions

View file

@ -1,4 +1,6 @@
{% include 'header.html' %}
{% extends "base.html" %}
{% block content %}
<h1>{{wishlist.title}}</h1>
<sub>{{wishlist.description}}</sub>
@ -57,4 +59,4 @@
</script>
{% include 'footer.html' %}
{% endblock content %}