Skip to content
Snippets Groups Projects
Commit 47fe3c20 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix fbevents

parent 76524b86
Branches
No related tags found
2 merge requests!1295fix fbevents,!1294fix fbevents
Pipeline #20882 passed
......@@ -103,6 +103,10 @@ class MakeAWishRoot(
]
)
@property
def root_page(self):
return self
def process_form_submission(self, form):
# Custom code on form submission
cleaned_data = form.cleaned_data
......
......@@ -4,10 +4,6 @@
{% block head_start %}
{% comment %}quick dirty fix{% endcomment %}
<title>Máte přání?</title>
{% if page.matomo_id %}
{% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %}
{% endif %}
{% endblock %}
{% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment