mirror of https://github.com/kevachat/webapp.git
ghost
11 months ago
3 changed files with 53 additions and 0 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
<form> |
||||
{% if username %} |
||||
@{{ username }} |
||||
| |
||||
<a href="{{ path('user_logout') }}">{{ 'logout' | trans }}</a> |
||||
{% else %} |
||||
<a href="{{ path('user_join') }}">{{ 'register' | trans }}</a> |
||||
{% endif %} |
||||
</form> |
Loading…
Reference in new issue