Added lilypond edition
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
<div id="search-results"
|
||||
class="min-w-full w-full">
|
||||
{% if logged_in and query %}
|
||||
<button title="Afegeix un tema"
|
||||
class="border border-beige text-beige rounded
|
||||
m-1 px-2"
|
||||
hx-post="/api/tema"
|
||||
hx-include="[name=query]"
|
||||
hx-vals="js:{title: document.getElementById('query-input').value}"
|
||||
>
|
||||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||||
<i>{{ query }}</i>
|
||||
</button>
|
||||
{% endif %}
|
||||
<table class="text-left min-w-full w-full">
|
||||
<tr class="border-b border-beige">
|
||||
<td class="font-bold py-2 px-4">Nom</td>
|
||||
|
||||
Reference in New Issue
Block a user