8 lines
144 B
HTML
8 lines
144 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>{%trans%}Update your DNS{%endtrans%}</h1>
|
|
<p>
|
|
There will be a form here.
|
|
</p>
|
|
|
|
{% endblock %} |