feat: answer field now invisible if not editable
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="max-w-6xl mx-auto px-4 py-6">
|
||||
<div class="mb-6">
|
||||
<a href="{% url 'ticket-list' %}"
|
||||
class="inline-flex items-center text-blue-500 hover:text-blue-600 font-medium">
|
||||
← Zurück zur Übersicht
|
||||
</a>
|
||||
</div>
|
||||
<!-- Ticket Bearbeitung -->
|
||||
<div class="bg-white rounded-lg shadow p-6 mb-6">
|
||||
<h1 class="text-3xl font-bold mb-4">🎫 Ticket #{{ ticket.id }} – {{ ticket.title }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user