Call the twig form_token method in the value of the input.
parent
616f61eb7a
commit
4c736b6843
|
@ -68,4 +68,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<input type="hidden" name="token" value="{{ form_token() }}" />
|
||||
</form>
|
|
@ -79,4 +79,5 @@
|
|||
<button class="btn" onclick="history.back();return false;" >{{ label_go_back }}</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
<input type="hidden" name="token" value="{{ form_token() }}" />
|
||||
</form>
|
Loading…
Reference in New Issue