calebasse / calebasse / agenda / templates / agenda / new-event.html @ 5e2377b1
1 |
<form action="{{ request.get_full_path}}" method="post"> |
---|---|
2 |
{% csrf_token %} |
3 |
{% include "agenda/event.html" %} |
4 |
{% include "agenda/periodicity.html" %} |
5 |
</form>
|