Fix button width

This commit is contained in:
Gabriel Augendre 2017-04-10 12:15:26 +02:00
parent af6f0cafdf
commit 8849f5d953
No known key found for this signature in database
GPG key ID: F360212F958357D4

View file

@ -35,6 +35,6 @@
{% csrf_token %}
{{ form.media }}
{{ form|crispy }}
<input class="btn btn-primary" type="submit" value="Enregistrer"/>
<input class="btn btn-primary col-xs-12 col-sm-4 col-sm-offset-4" type="submit" value="Enregistrer"/>
</form>
{% endblock %}