feat: serve isolated companies below a fixed product path
All checks were successful
Application acceptance / application-tests (push) Successful in 1m12s
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Container Image / build-and-push (push) Successful in 25s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-11 21:29:26 +02:00
parent 09e2239bc6
commit 9345a1bb1a
28 changed files with 350 additions and 117 deletions

View file

@ -33,7 +33,7 @@
</span>
</td>
<td class="py-2 pr-3" @click.stop>
<form hx-post="/feedback/backlog/{{ eintrag.pk }}/bearbeiten/"
<form hx-post="{% url 'feedback:eintrag_bearbeiten' pk=eintrag.pk %}"
hx-target="#eintrag-wrapper-{{ eintrag.pk }}"
hx-swap="outerHTML">
{% csrf_token %}
@ -51,7 +51,7 @@
{# edit row #}
<tr x-show="editing" x-cloak class="bg-slate-50 border-b border-slate-200">
<td colspan="6" class="px-6 pt-3 pb-4">
<form hx-post="/feedback/backlog/{{ eintrag.pk }}/bearbeiten/"
<form hx-post="{% url 'feedback:eintrag_bearbeiten' pk=eintrag.pk %}"
hx-target="#eintrag-wrapper-{{ eintrag.pk }}"
hx-swap="outerHTML">
{% csrf_token %}