diff --git a/templates/home/index.html.twig b/templates/home/index.html.twig index ba6c817..1de0647 100644 --- a/templates/home/index.html.twig +++ b/templates/home/index.html.twig @@ -26,7 +26,7 @@
- + Tickets kaufen
diff --git a/templates/ticket/index.html.twig b/templates/ticket/index.html.twig index 929e353..61b29f2 100644 --- a/templates/ticket/index.html.twig +++ b/templates/ticket/index.html.twig @@ -1,6 +1,70 @@ {% extends 'base.html.twig' %} -{% block title %}Bestellen{% endblock %} +{% block title %}Tickets kaufen{% endblock %} {% block body %} +
+
+ +
+ +
+
+

+ Tickets kaufen +

+ +
+ {{ form_start(form, { 'attr': { 'class': 'space-y-6' } }) }} +
+
+ + +
+ +
+ + +
+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ {{ form_end(form) }} +
+
+
+
{% endblock %}