2026-09-11 21:29:26 +02:00
|
|
|
<button hx-get="{% url 'feedback:modal' %}"
|
2026-05-08 14:26:48 +02:00
|
|
|
hx-target="#modal-container"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
class="fixed bottom-6 right-6 bg-white border border-slate-300 shadow-lg
|
|
|
|
|
rounded-full p-3 hover:bg-slate-50 z-40 transition-colors"
|
|
|
|
|
title="Feedback geben">
|
|
|
|
|
💬
|
|
|
|
|
</button>
|