diff options
Diffstat (limited to 'pyaggr3g470r/templates/admin/dashboard.html')
-rw-r--r-- | pyaggr3g470r/templates/admin/dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index d8939844..25bd3883 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -54,7 +54,7 @@ {{ form.message(class_="form-control", rows=8) }} {% for error in form.message.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %} <br /> - {{ form.submit(class_="btn") }} + {{ form.submit(class_="btn btn-default") }} </form> </div> {% endblock %} |