add class to form button

This commit is contained in:
Luke Hatcher 2012-08-31 01:00:43 -04:00
parent 09bce70aed
commit d873283667

View file

@ -92,7 +92,7 @@
{{ form|as_bootstrap }}
</div>
<div class="modal-footer">
<button type="submit">Save</button>
<button type="submit" class="btn btn-primary">Save</button>
</div>
</form>
</div>