Fix button width
This commit is contained in:
parent
af6f0cafdf
commit
8849f5d953
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue