summaryrefslogtreecommitdiff
path: root/templates/bug.html
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-07-31 17:33:45 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-07-31 17:33:45 +0200
commite3f24f6437d928df13517c8c6ff010204d2f65f9 (patch)
tree85fa28c917ee4759e73a911681dc682f53ee56d7 /templates/bug.html
parentbf9072e5a34cc3ab14b704fbef1fa4bb5dc14829 (diff)
downloadhemiptera-e3f24f6437d928df13517c8c6ff010204d2f65f9.tar.gz
hemiptera-e3f24f6437d928df13517c8c6ff010204d2f65f9.tar.bz2
hemiptera-e3f24f6437d928df13517c8c6ff010204d2f65f9.zip
added ability to create project descriptions.
Diffstat (limited to 'templates/bug.html')
-rw-r--r--templates/bug.html4
1 files changed, 3 insertions, 1 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">