diff --git a/templates/index.html b/templates/index.html index ed44787..33a8eaa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@
-
+

{{ project.title }}

Details
diff --git a/templates/project.html b/templates/project.html index 53ed73e..f1fe1e7 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,5 +1,25 @@ {% extends "layout.html" %} {% block page %} {% include 'header.html' %} -

{{ this.name }}

+
+

{{this.title}}

+
+
+ +
+
+

Project Description

+

{{project.body}}

+

Weblate status

+ + Translation status + +

Project Details

+ +
+
+
{% endblock %}