mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
12 lines
279 B
HTML
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 %} |