Adding the core applications code to the repository

This commit is contained in:
artus
2016-08-05 10:41:43 +02:00
parent 243ff9153e
commit 5f4faf46ec
155 changed files with 13176 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% load bootstrap3 %}
<div class="row"><div class="col-md-12">
<form action="{% url "maraudes:lieu-create" %}" method="post">{% csrf_token %}
{% bootstrap_form form %}
{% bootstrap_button "Ajouter un lieu" button_type="submit" button_class="btn btn-primary" icon="plus" %}
<input type="text" hidden=True name="next" value="{{ next }}" />
</form>
</div></div>