ytsm/app/YtManagerApp/templates/YtManagerApp/settings.html
2018-10-30 14:15:49 +08:00

12 lines
279 B
HTML

{% extends "YtManagerApp/master_default.html" %}
{% load crispy_forms_tags %}
{% block body %}
<div class="container">
<h1>Settings</h1>
<p>If no value is set, the server's defaults will be used.</p>
{% crispy form %}
</div>
{% endblock body %}