$Post_[] gegen filter_input(INPUT_POST... ersetzt
This commit is contained in:
parent
a32e4a9d4b
commit
cde1a10a84
3 changed files with 19 additions and 13 deletions
|
|
@ -7,12 +7,13 @@
|
|||
{{ if eq .Section "bestellung" }}
|
||||
|
||||
{{ $formularjs := resources.Get "js/bestellformular.js" | minify }}
|
||||
{{ $captchaSystemJS := resources.Get "vendor/captcha-system/js/main.js" | minify }}
|
||||
{{ $captchaSystemCSS := resources.Get "vendor/captcha-system/css/main.css" | minify }}
|
||||
{{/* TODO Captcha rauswerfen, falls wir es nicht mehr brauchen */}}
|
||||
{{/* {{ $captchaSystemJS := resources.Get "vendor/captcha-system/js/main.js" | minify }} */}}
|
||||
{{/* {{ $captchaSystemCSS := resources.Get "vendor/captcha-system/css/main.css" | minify }} */}}
|
||||
|
||||
<script src="{{ $formularjs.RelPermalink }}"></script>
|
||||
<script src="{{ $captchaSystemJS.RelPermalink }}"></script>
|
||||
<link rel="stylesheet" href="{{ $captchaSystemCSS.RelPermalink }}">
|
||||
{{/* <script src="{{ $captchaSystemJS.RelPermalink }}"></script> */}}
|
||||
{{/* <link rel="stylesheet" href="{{ $captchaSystemCSS.RelPermalink }}"> */}}
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue