<form action="{{ request.get_full_path}}" method="post">
{% csrf_token %}
{% include "agenda/event.html" %}
{% include "agenda/periodicity.html" %}
</form>