calebasse / calebasse / agenda / templates / agenda / nouveau-rdv.html @ fcfb4f5b
1 |
<form action="{{ request.get_full_path}}" method="post"> |
---|---|
2 |
{% csrf_token %} |
3 |
{% include "agenda/appointment.html" %} |
4 |
</form>
|