Created base template. Updated forms. Added navbar. Added better scraping support for edit page.
This commit is contained in:
parent
13d63245ed
commit
89118c6d1d
11 changed files with 208 additions and 144 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue