Logout button class fix

This commit is contained in:
kappataumu 2016-06-16 11:56:58 +00:00
parent 6e7ac19f69
commit ee7b4dd108

View File

@ -14,7 +14,7 @@
{% if redirect_field_value %}
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/>
{% endif %}
<button class="btn btn-primary" type="submit">{% trans 'Sign Out' %}</button>
<button class="btn btn-danger" type="submit">{% trans 'Sign Out' %}</button>
</form>