From 4f4914790af8adadacf6ac87e289aa491ab2c31d Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 23 Sep 2022 00:28:52 +0200 Subject: [PATCH] An actual details page? --- templates/index.html | 2 +- templates/project.html | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) 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 %}