Skip to content
Snippets Groups Projects
Commit 0bfd13c4 authored by Zahdi's avatar Zahdi
Browse files

minor

parent ea0d408f
Branches main
No related tags found
No related merge requests found
...@@ -16,13 +16,13 @@ ...@@ -16,13 +16,13 @@
<div class="container"> <div class="container">
{% for wishlist in wishlists %} {% for wishlist in wishlists %}
<div class="wishlist"> <div class="wishlist">
<h2>{{ wishlist.title }}</h2> <h2>{{ wishlist.name }}</h2>
<div class="wishlist-items"> <div class="wishlist-items">
{% for item in wishlist.items %} {% for item in wishlist.items %}
<div class="wishlist-item">📷</div> <div class="wishlist-item">📷</div>
{% endfor %} {% endfor %}
</div> </div>
<p class="wishlist-footer">Authors: name1, name2</p> <p class="wishlist-footer">{{wishlist.deadline}}</p>
<div class="wishlist-actions"> <div class="wishlist-actions">
<button title="Share wishlist"></button> <button title="Share wishlist"></button>
<button title="Edit title"></button> <button title="Edit title"></button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment