tubearchivist/tubearchivist/home/templates/home/settings.html

12 lines
388 B
HTML

{% extends "home/base_settings.html" %}
{% load static %}
{% block settings_content %}
<div class="title-bar">
<h1>Dashboard Coming Soon</h1>
</div>
<div class="settings-group">
<p>Tube Archivist settings have been moved to their own pages!</p>
<p>You can now find them by selecting an item from the sub-menu at the top of the page.</p>
</div>
{% endblock settings_content %}