This commit is contained in:
Tim Lorsbach
2026-04-17 19:39:54 +02:00
parent ca0508d96a
commit d1a00f71b4
19 changed files with 412 additions and 115 deletions

View File

@ -90,7 +90,7 @@
<form
id="new-pes-modal-form"
accept-charset="UTF-8"
action="{% url 'package compound list' meta.current_package.uuid %}"
action="{% url 'create pes' meta.current_package.uuid %}"
method="post"
>
{% csrf_token %}
@ -129,9 +129,10 @@
name="pes-link"
type="text"
class="input input-bordered w-full"
placeholder="Link to PES"
placeholder="Link to PES e.g. https://pesregapp-test.cropkey-np.ag/entities/PES-000126"
x-model="pesLink"
@input="updatePesViz()"
required
/>
</div>