Fix captcha on upload page
Cette révision appartient à :
Parent
328032fe0e
révision
70f1ef1e62
2 fichiers modifiés avec 3 ajouts et 1 suppressions
|
@ -1,4 +1,5 @@
|
|||
{{define "captcha"}}
|
||||
{{with .Upload}}
|
||||
{{/* unset if user doesn't need captcha */}}
|
||||
{{if ne .CaptchaID ""}}
|
||||
<div class="form-group captcha-container">
|
||||
|
@ -9,3 +10,4 @@
|
|||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<input name="website_link" id="website_link" class="form-control" type="text" value="{{.WebsiteLink}}">
|
||||
</div>
|
||||
|
||||
{{block "captcha" .}}{{end}}
|
||||
{{block "captcha" $}}{{end}}
|
||||
|
||||
<button type="submit" class="btn btn-success">{{call $.T "upload"}}</button>
|
||||
<br />
|
||||
|
|
Référencer dans un nouveau ticket