feat: use GET params for create

This commit is contained in:
relikd
2023-10-08 16:36:58 +02:00
parent b8a2c2fd79
commit 1db52d972b
4 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
{% block toolbar_right %}
{% if views.create %}
<a class="btn btn-primary" href="{% url views.create %}">
<a class="btn btn-primary" href="{% url views.create %}{% query_url %}">
<i class="fas fa-plus"></i> {{ model_verbose_name }} hinzufügen</a>
{% endif %}
{% endblock %}