Make update form button look like a button

without `ban-primary` the button looks like some floating text.
This commit is contained in:
Harry Moreno 2019-11-25 16:43:30 -05:00 committed by GitHub
parent 9dc01f863e
commit 82c8b51272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
{{ form|crispy }} {{ form|crispy }}
<div class="control-group"> <div class="control-group">
<div class="controls"> <div class="controls">
<button type="submit" class="btn">Update</button> <button type="submit" class="btn btn-primary">Update</button>
</div> </div>
</div> </div>
</form> </form>