diff options
Diffstat (limited to 'templates/repo/issue/new_form.tmpl')
-rw-r--r-- | templates/repo/issue/new_form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index bfb97da2..2bbb81bb 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -1,5 +1,5 @@ <form class="ui comment form grid" action="{{EscapePound .Link}}" method="post"> - {{.CsrfTokenHtml}} + {{.CSRFTokenHTML}} {{if .Flash}} <div class="sixteen wide column"> {{template "base/alert" .}} |