Skip to content

Instantly share code, notes, and snippets.

@irwinv
Created June 25, 2012 18:26
Show Gist options
  • Save irwinv/2990349 to your computer and use it in GitHub Desktop.
Save irwinv/2990349 to your computer and use it in GitHub Desktop.
Condition utilisateur connecté
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
...ici on peu ajouter une redirection avec Javascript
eventuellement
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment