ddns/templates/dns.html

8 lines
144 B
HTML
Raw Normal View History

2014-09-30 18:54:47 +02:00
{% extends "base.html" %}
{% block content %}
<h1>{%trans%}Update your DNS{%endtrans%}</h1>
<p>
There will be a form here.
</p>
{% endblock %}