django-rest-auth/demo/templates/logout.html
2016-02-08 17:14:25 -05:00

9 lines
163 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<h3>Logout</h3><hr/>
{% include "fragments/logout_form.html" %}
</div>
{% endblock %}