summaryrefslogtreecommitdiffstats
path: root/templates/issue
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-10 18:09:57 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-10 18:09:57 -0400
commit8980675a9f8f8328a81dde63174115c4a11f02a3 (patch)
treeaab77085b8cfe3cfec10839dc1a014f0a569a0b4 /templates/issue
parent45462662e9bdb001f1cf3d4ca0e4d679757c7642 (diff)
downloadgitea-8980675a9f8f8328a81dde63174115c4a11f02a3.tar.gz
gitea-8980675a9f8f8328a81dde63174115c4a11f02a3.zip
Fix #69
Diffstat (limited to 'templates/issue')
-rw-r--r--templates/issue/create.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/issue/create.tmpl b/templates/issue/create.tmpl
index 5375040b09..a75ee83617 100644
--- a/templates/issue/create.tmpl
+++ b/templates/issue/create.tmpl
@@ -6,6 +6,7 @@
<div id="issue">
<form class="form" action="{{.RepoLink}}/issues/new" method="post" id="issue-create-form">
{{.CsrfTokenHtml}}
+ {{template "base/alert" .}}
<div class="col-md-1">
<img class="avatar" src="{{.SignedUser.AvatarLink}}" alt=""/>
</div>