mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-11 02:47:23 -04:00
9 lines
163 B
HTML
9 lines
163 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<h3>Logout</h3><hr/>
|
|
{% include "fragments/logout_form.html" %}
|
|
</div>
|
|
{% endblock %}
|