1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-27 09:45:25 +02:00

Upload to the good place

This commit is contained in:
Yohann D'ANELLO
2021-01-12 17:51:55 +01:00
parent 2ca0444053
commit ead59e28b8
4 changed files with 20 additions and 13 deletions

View File

@ -3,7 +3,7 @@
{% load crispy_forms_filters i18n %}
{% block content %}
<form method="post">
<form method="post" enctype="multipart/form-data">
<div id="form-content">
{% csrf_token %}
{{ form|crispy }}