dynamicdns: Move subsubmenu below description

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2019-02-13 05:11:30 +05:30 committed by Sunil Mohan Adapa
parent 4b21ffb16b
commit 0a51654793
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
3 changed files with 31 additions and 25 deletions

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "service-subsubmenu.html" %}
{% comment %}
#
# This file is part of FreedomBox.
@ -19,6 +19,7 @@
{% endcomment %}
{% load i18n %}
{% load plinth_extras %}
{% block content %}
{% block pagetitle %}
@ -37,23 +38,31 @@
</p>
{% endif %}
<p>
{% blocktrans trimmed %}
If you are looking for a free dynamic DNS account, you may find
a free GnuDIP service at <a href='http://gnudip.datasystems24.net'
target='_blank'>gnudip.datasystems24.net</a> or you may find
free update URL based services at
<a href='http://freedns.afraid.org/' target='_blank'>
freedns.afraid.org</a>.
{% endblocktrans %}
</p>
{% block subsubmenu %}
{% if subsubmenu %}
{% show_subsubmenu subsubmenu %}
{% endif %}
{% endblock %}
<p>
{% blocktrans trimmed %}
If your {{ box_name }} is connected behind a NAT router, don't forget
to add port forwarding for standard ports, including TCP port 80 (HTTP)
and TCP port 443 (HTTPS).
{% endblocktrans %}
</p>
{% block subpage %}
<p>
{% blocktrans trimmed %}
If you are looking for a free dynamic DNS account, you may find
a free GnuDIP service at <a href='http://gnudip.datasystems24.net'
target='_blank'>gnudip.datasystems24.net</a> or you may find
free update URL based services at
<a href='http://freedns.afraid.org/' target='_blank'>
freedns.afraid.org</a>.
{% endblocktrans %}
</p>
<p>
{% blocktrans trimmed %}
If your {{ box_name }} is connected behind a NAT router, don't forget
to add port forwarding for standard ports, including TCP port 80 (HTTP)
and TCP port 443 (HTTPS).
{% endblocktrans %}
</p>
{% endblock %}
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "dynamicdns.html" %}
{% comment %}
#
# This file is part of FreedomBox.
@ -22,8 +22,7 @@
{% load i18n %}
{% load static %}
{% block content %}
{% block subpage %}
<form class="form" method="post">
{% csrf_token %}
@ -40,7 +39,6 @@
<input type="submit" class="btn btn-primary"
value="{% trans "Update setup" %}"/>
</form>
{% endblock %}
{% block page_js %}

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "dynamicdns.html" %}
{% comment %}
#
# This file is part of FreedomBox.
@ -20,8 +20,7 @@
{% load i18n %}
{% block content %}
{% block subpage %}
<h3>{% trans "NAT type" %}</h3>
<p>