From d33d9083c974dde2c65fe454b151aa4849d5dfbe Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Oct 2013 11:10:52 +0200 Subject: Updated about page. Readed article title are using h3 headers and unreaded h1 headers. --- pyaggr3g470r/templates/about.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/about.html') diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 8d1c8b69..5bba9282 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -1 +1,8 @@ - + {% extends "layout.html" %} +{% block content %} +
+

This software is under GPLv3 license. You are welcome to copy, modify or + redistribute the source code according to the GPLv3 license.
+ Source code of pyAggr3g470r.

+
+{% endblock %} -- cgit