mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-04 00:44:21 +03:00
Make update form button look like a button
without `ban-primary` the button looks like some floating text.
This commit is contained in:
parent
9dc01f863e
commit
82c8b51272
|
@ -10,7 +10,7 @@
|
|||
{{ form|crispy }}
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<button type="submit" class="btn">Update</button>
|
||||
<button type="submit" class="btn btn-primary">Update</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user