diff options
Diffstat (limited to 'templates/buglist.html')
-rw-r--r-- | templates/buglist.html | 9 |
1 files changed, 8 insertions, 1 deletions
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> |