Adds actor
This commit is contained in:
@ -21,12 +21,12 @@
|
||||
|
||||
<div id="top-bar">
|
||||
<header>
|
||||
<div id="branding">📚FediReads</div>
|
||||
<div id="branding"><a href="/">📚FediReads</a></div>
|
||||
<div>
|
||||
<div id="account">
|
||||
{% if user.is_authenticated %}
|
||||
<form name="logout" action="/logout/" method="post">
|
||||
Welcome, {{ user.username }}
|
||||
Welcome, {{ request.user.username }}
|
||||
<input type="submit" value="Log out"></input>
|
||||
</form>
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user