Add comments to submissions

This commit is contained in:
Las Zenow 2018-04-07 23:42:41 +00:00
parent 8d126fbe7a
commit 8bcff3c826
8 changed files with 97 additions and 30 deletions

View file

@ -57,6 +57,16 @@
</div>
</div>
{{end}}
{{if .Comment}}
<div class="row">
<div class="span1">
<b>Comment:</b>
</div>
<div class="span10 well">
<p>{{.Comment}}</p>
</div>
</div>
{{end}}
{{end}}
<ul class="pager">
{{if .Prev}}