Desacoblar playlists de sessions i afegir slow jams
This commit is contained in:
13
folkugat_web/assets/templates/fragments/sessio/notes.html
Normal file
13
folkugat_web/assets/templates/fragments/sessio/notes.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<h4 class="py-4 text-xl text-beige">
|
||||
Notes
|
||||
{% if logged_in %}
|
||||
<button title="Edita les notes"
|
||||
class="mx-1"
|
||||
hx-get="/api/sessio/{{ session_id }}/notes/editor"
|
||||
hx-target="#notes"
|
||||
hx-swap="innerHTML">
|
||||
<i class="fa fa-pencil" aria-hidden="true"></i>
|
||||
</button>
|
||||
{% endif %}
|
||||
</h4>
|
||||
{{ notes | safe }}
|
||||
Reference in New Issue
Block a user