mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-09 08:05:19 +00:00
Michał
e784ca3011
Image resolutions are now requested as width x height Readded logout button to the settings page
7 lines
237 B
HTML
7 lines
237 B
HTML
{% extends 'settings/settings_layout.html' %}
|
|
|
|
{% block settings_account %}settings-nav__item-selected{% endblock %}
|
|
{% block settings_content %}
|
|
<h2>Account</h2>
|
|
<a href="{{ url_for( 'auth.logout' ) }}">Logout</a>
|
|
{% endblock %} |