From bf77ccc2abedf9a116cb769bf25a31d81d3250f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Tue, 18 Mar 2014 02:09:21 +0000 Subject: [PATCH] Updated to add "about" page (inexistent before) --- server/src/uds/templates/uds/html5/about.html | 39 ++++++++++++++++++- .../templates/uds/html5/snippets/navbar.html | 2 +- .../templates/uds/html5/templates/base.html | 14 +++---- 3 files changed, 45 insertions(+), 10 deletions(-) diff --git a/server/src/uds/templates/uds/html5/about.html b/server/src/uds/templates/uds/html5/about.html index f9a06cb7..9765d063 100644 --- a/server/src/uds/templates/uds/html5/about.html +++ b/server/src/uds/templates/uds/html5/about.html @@ -1,7 +1,42 @@ {% extends "uds/html5/templates/base.html" %} {% load i18n %} - - {% block body %} + +
+

Universal Desktop Services

+

© 2012-2014 Virtual Cable S.L.U.

+
+ +
+
+

{% trans 'You can access UDS opensource code at' %} OpenUDS

+

{% trans 'UDS has been developed using theese components:' %}

+ +

* {% trans 'If you found that we missed to mention any component, plese let us know' %}

+

{% trans "Back" %}

+
+
+ {% endblock %} \ No newline at end of file diff --git a/server/src/uds/templates/uds/html5/snippets/navbar.html b/server/src/uds/templates/uds/html5/snippets/navbar.html index 7187ed51..ce83adb6 100644 --- a/server/src/uds/templates/uds/html5/snippets/navbar.html +++ b/server/src/uds/templates/uds/html5/snippets/navbar.html @@ -17,7 +17,7 @@ {% csrf_token %}