Update create_survey.php

This commit is contained in:
Frédéric FRANCE 2020-01-09 11:02:39 +01:00 committed by GitHub
parent 604e40323d
commit 53748b5e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,7 @@ print load_fiche_titre($langs->trans("CreatePoll").' (1 / 2)');
// debut du formulaire
print '<form name="formulaire" action="" method="POST">'."\n";
print '<input type="hidden" name="token" value="'.newToken().'">';
dol_fiche_head();