Copy collection; Stimulus controller for vocabs (incomplete)

This commit is contained in:
2024-11-08 17:32:45 +01:00
parent 239240360e
commit dce0e1b693
10 changed files with 197 additions and 139 deletions

View File

@@ -12,7 +12,8 @@
<div class="card" style="max-width: 40vw; margin: 0 auto;">
{% if error %}
<div class="notification is-danger is-light" data-controller="notification" data-notification-target="notif">
<div class="notification is-danger is-light" data-controller="notification"
data-notification-target="notif">
<button class="delete" data-action="click->notification#close"></button>
Wrong user name and/or password. Please retry
</div>