mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
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:
parent
4b21ffb16b
commit
0a51654793
@ -1,4 +1,4 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "service-subsubmenu.html" %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
@ -19,6 +19,7 @@
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load plinth_extras %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% block pagetitle %}
|
{% block pagetitle %}
|
||||||
@ -37,23 +38,31 @@
|
|||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
{% block subsubmenu %}
|
||||||
{% blocktrans trimmed %}
|
{% if subsubmenu %}
|
||||||
If you are looking for a free dynamic DNS account, you may find
|
{% show_subsubmenu subsubmenu %}
|
||||||
a free GnuDIP service at <a href='http://gnudip.datasystems24.net'
|
{% endif %}
|
||||||
target='_blank'>gnudip.datasystems24.net</a> or you may find
|
{% endblock %}
|
||||||
free update URL based services at
|
|
||||||
<a href='http://freedns.afraid.org/' target='_blank'>
|
|
||||||
freedns.afraid.org</a>.
|
|
||||||
{% endblocktrans %}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
{% block subpage %}
|
||||||
{% blocktrans trimmed %}
|
<p>
|
||||||
If your {{ box_name }} is connected behind a NAT router, don't forget
|
{% blocktrans trimmed %}
|
||||||
to add port forwarding for standard ports, including TCP port 80 (HTTP)
|
If you are looking for a free dynamic DNS account, you may find
|
||||||
and TCP port 443 (HTTPS).
|
a free GnuDIP service at <a href='http://gnudip.datasystems24.net'
|
||||||
{% endblocktrans %}
|
target='_blank'>gnudip.datasystems24.net</a> or you may find
|
||||||
</p>
|
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 %}
|
{% endblock %}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "dynamicdns.html" %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
@ -22,8 +22,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block content %}
|
{% block subpage %}
|
||||||
|
|
||||||
<form class="form" method="post">
|
<form class="form" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
@ -40,7 +39,6 @@
|
|||||||
<input type="submit" class="btn btn-primary"
|
<input type="submit" class="btn btn-primary"
|
||||||
value="{% trans "Update setup" %}"/>
|
value="{% trans "Update setup" %}"/>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_js %}
|
{% block page_js %}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "dynamicdns.html" %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
@ -20,8 +20,7 @@
|
|||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block subpage %}
|
||||||
|
|
||||||
<h3>{% trans "NAT type" %}</h3>
|
<h3>{% trans "NAT type" %}</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user