Split create snip route to it's own call, too many exceptions

This commit is contained in:
Tim
2025-06-02 12:56:52 +02:00
parent f338d791a7
commit 7bdf9683b4
3 changed files with 39 additions and 16 deletions

View File

@ -0,0 +1,7 @@
{% extends 'base/one.column.html.twig' %}
{% set title = 'Create Snip' %}
{% block body %}
{{ form(form) }}
{% endblock %}