From e3f24f6437d928df13517c8c6ff010204d2f65f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 31 Jul 2018 17:33:45 +0200 Subject: added ability to create project descriptions. --- templates/bug.html | 4 +++- templates/buglist.html | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/bug.html b/templates/bug.html index 2173268..9bb039a 100644 --- a/templates/bug.html +++ b/templates/bug.html @@ -13,7 +13,9 @@

{{ replies[0]["Subject"]|e }}

- Send replies to {{ bug.id }}@{{ DOMAIN }} or using the Form below. +
+ Send replies to {{ bug.id }}@{{ DOMAIN }} or using the Form below. +
{% for i in replies %}
diff --git a/templates/buglist.html b/templates/buglist.html index eb16bf0..2745a8e 100644 --- a/templates/buglist.html +++ b/templates/buglist.html @@ -13,7 +13,11 @@

Bugs in {{prname}}

- Report bugs by sending an e-mail to {{prname}}@{{DOMAIN}} or using the Form below. + {% if desc != "" %} +
+ {{ desc }} +
+ {% endif %}
Developers:
{% for i in dev_avatars %} @@ -21,6 +25,9 @@ {% endfor %}
+
+ Report bugs by sending an e-mail to {{prname}}@{{DOMAIN}} or using the Form below. +
-- cgit v1.2.3