summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/bug.html4
-rw-r--r--templates/buglist.html9
2 files changed, 11 insertions, 2 deletions
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 @@
<h3 class="subject" >
{{ replies[0]["Subject"]|e }}
</h3>
- Send replies to <a href="mailto:{{ bug.id }}@{{ DOMAIN }}" >{{ bug.id }}@{{ DOMAIN }}</a> or using the <a href="#ReplyForm">Form below.</a>
+ <div class="instr">
+ Send replies to <a href="mailto:{{ bug.id }}@{{ DOMAIN }}" >{{ bug.id }}@{{ DOMAIN }}</a> or using the <a href="#ReplyForm">Form below.</a>
+ </div>
</header>
{% for i in replies %}
<div class="container">
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 @@
<h3>
Bugs in {{prname}}
</h3>
- Report bugs by sending an e-mail to <a href="mailto:{{prname}}@{{DOMAIN}}" >{{prname}}@{{DOMAIN}}</a> or using the <a href="#ReplyForm">Form below.</a>
+ {% if desc != "" %}
+ <div class="desc">
+ {{ desc }}
+ </div>
+ {% endif %}
<div class="devavatars" >
Developers:<br>
{% for i in dev_avatars %}
@@ -21,6 +25,9 @@
{% endfor %}
<div class="floatbarrier"> </div>
</div>
+ <div class="instr">
+ Report bugs by sending an e-mail to <a href="mailto:{{prname}}@{{DOMAIN}}" >{{prname}}@{{DOMAIN}}</a> or using the <a href="#ReplyForm">Form below.</a>
+ </div>
</header>
<table>
<thead>