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 %}
+
+
+
+
+
+
{% 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 %}
- - {% trans 'About' %}
+ - {% trans 'About' %}
-
{% for lang in LANGUAGES %}
{% if lang.0 == LANGUAGE_CODE %}
diff --git a/server/src/uds/templates/uds/html5/templates/base.html b/server/src/uds/templates/uds/html5/templates/base.html
index db84ac42..97c06498 100644
--- a/server/src/uds/templates/uds/html5/templates/base.html
+++ b/server/src/uds/templates/uds/html5/templates/base.html
@@ -14,19 +14,19 @@
{% block icon %}{% endblock %}
- {% compress css %}
+ {% compress css %}
- {% endcompress %}
+ {% endcompress %}
{% ifbrowser ie<9 %}
{% endifbrowser %}
- {% compress css %}
+ {% compress css %}
-
+
{% ifbrowser ie<10 %}
@@ -36,15 +36,15 @@
- {% endcompress %}
+ {% endcompress %}
- {% compress css %}
+ {% compress css %}
{% ifbrowser ie<9 %}
{% endifbrowser %}
{% block css %}{% endblock %}
- {% endcompress %}
+ {% endcompress %}