mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Deleted unnecessary message
This commit is contained in:
		| @@ -1,16 +1,6 @@ | ||||
|  | ||||
| {% extends "frames/default.html.twig" %} | ||||
| {% block content %} | ||||
| <div> | ||||
| 	{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} | ||||
| 	{{ 'layout.logged_in_as'|trans({'%username%': app.user.username}, 'FOSUserBundle') }} | ||||
| 	| <a href="{{ path('fos_user_security_logout') }}"> {{ 'layout.logout'|trans({}, 'FOSUserBundle') }} | ||||
| 	</a> | ||||
| 	{% else %} | ||||
| 	<a href="{{ path('fos_user_security_login') }}">{{ 'layout.login'|trans({}, 'FOSUserBundle') }}</a> | ||||
| 	{% endif %} | ||||
| </div> | ||||
|  | ||||
| {% if app.request.hasPreviousSession %} | ||||
| {% for type, messages in app.session.flashbag.all() %} | ||||
| {% for message in messages %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user