Remove User_Adapter Inteface References

This commit is contained in:
Nicolas Le Goff
2013-11-19 12:27:51 +01:00
parent bd2f777ab9
commit 53ae0ccc24
44 changed files with 795 additions and 549 deletions

View File

@@ -138,7 +138,7 @@
{% endif %}
<li>
{% if app['authentication'].isAuthenticated() %}
{% if app['authentication'].getUser().is_guest %}
{% if app['authentication'].getUser().isGuest %}
<span>
{{ 'Guest' | trans }}
</span>