Revision 3e9b47e9
Added by Benjamin Dauvergne over 12 years ago
calebasse/agenda/templates/agenda/new-event.html | ||
---|---|---|
1 | 1 |
<form action="{{ request.get_full_path}}" method="post"> |
2 | 2 |
{% csrf_token %} |
3 | 3 |
{% include "agenda/event.html" %} |
4 |
{% include "agenda/periodicity.html" %} |
|
4 | 5 |
</form> |
Also available in: Unified diff
agenda: add editing of periodic events