From 0a516547934addd90355000eceb5e68b9ee1bf10 Mon Sep 17 00:00:00 2001
From: Joseph Nuthalapati
- {% blocktrans trimmed %} - If you are looking for a free dynamic DNS account, you may find - a free GnuDIP service at gnudip.datasystems24.net or you may find - free update URL based services at - - freedns.afraid.org. - {% endblocktrans %} -
+ {% block subsubmenu %} + {% if subsubmenu %} + {% show_subsubmenu subsubmenu %} + {% endif %} + {% endblock %} -- {% 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 %} -
+ {% block subpage %} ++ {% blocktrans trimmed %} + If you are looking for a free dynamic DNS account, you may find + a free GnuDIP service at gnudip.datasystems24.net or you may find + free update URL based services at + + freedns.afraid.org. + {% endblocktrans %} +
+ ++ {% 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 %} +
+ {% endblock %} {% endblock %} diff --git a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html index b56af59ac..1d5684720 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html @@ -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 %} - {% endblock %} {% block page_js %} diff --git a/plinth/modules/dynamicdns/templates/dynamicdns_status.html b/plinth/modules/dynamicdns/templates/dynamicdns_status.html index b46b31b73..155c73b20 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns_status.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns_status.html @@ -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 %}