add class to form button
This commit is contained in:
parent
09bce70aed
commit
d873283667
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
{{ form|as_bootstrap }}
|
{{ form|as_bootstrap }}
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="submit">Save</button>
|
<button type="submit" class="btn btn-primary">Save</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue