first draft of a registration form + email
[myslice.git] / portal / templates / user_register.html
index 4c73075..dda88f8 100644 (file)
@@ -12,7 +12,7 @@
 
 {% if envoi %}Votre message a bien été envoyé !{% endif %}
  
-<form action="" method="post">{% csrf_token %}
+<form enctype="multipart/form-data" action="" method="post">{% csrf_token %}
 {{ form.as_p }}
 <input type="submit" value="Submit" />
 </form>