You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/templates/domain_edit.html

11 lines
237 B
HTML

{% extends "domain_base.html" %}
{% block domain_content %}
<div class="section">
<div class="section__body">
<form method="post">
{% include "partials/setting.html" with context %}
</form>
</div>
</div>
{% endblock %}