diff --git a/server/src/uds/templates/uds/html5/about.html b/server/src/uds/templates/uds/html5/about.html new file mode 100644 index 000000000..f9a06cb78 --- /dev/null +++ b/server/src/uds/templates/uds/html5/about.html @@ -0,0 +1,7 @@ +{% extends "uds/html5/templates/base.html" %} +{% load i18n %} + + + +{% block body %} +{% endblock %} \ No newline at end of file diff --git a/server/src/uds/templates/uds/html5/downloads.html b/server/src/uds/templates/uds/html5/downloads.html index af41512fa..a1d1464d8 100644 --- a/server/src/uds/templates/uds/html5/downloads.html +++ b/server/src/uds/templates/uds/html5/downloads.html @@ -2,20 +2,20 @@ {% load i18n %} {% block body %} -
{% trans "This page contains a list of downloadables provided by different modules" %}
-{{ f.comment|safe }}
- - {% endfor %} +{% trans "This page contains a list of downloadables provided by different modules" %}
+{{ f.comment|safe }}
+ + {% endfor %} +{% trans "Ip" %}: {{ ip }}
+{% trans "Networks" %}: {{ nets }}
+{% trans "Transports" %}: {{ transports }}
+ +{% trans "Ip" %}: {{ ip }}
+{% trans "Networks" %}: {{ nets }}
+{% trans "Transports" %}: {{ transports }}