1
0
Fork 0

add token to register

This commit is contained in:
Tobias Diekershoff 2017-05-06 14:49:53 +02:00
commit dacef3683a
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<form action="register" method="post" id="register-form">
<input type="hidden" name="photo" value="{{$photo}}" />
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
{{if $registertext != ""}}<div class="error-message">{{$registertext}} </div>{{/if}}