Skip to content
Snippets Groups Projects
Commit 76c5398b authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

center form

parent 8a99b9d9
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,12 @@
{% load i18n static pretty_money django_tables2 crispy_forms_tags %}
{% block profile_content %}
<div class="text-center">
<form method="post" enctype="multipart/form-data" id="formUpload">
{% csrf_token %}
{{ form |crispy }}
</form>
</div>
<!-- MODAL TO CROP THE IMAGE -->
<div class="modal fade" id="modalCrop">
<div class="modal-dialog">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment