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