account for null current_user in testing
This commit is contained in:
parent
f573181154
commit
45588e0ec7
@ -5,7 +5,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/" class="topbar__link topbar__link--secondary">
|
<a href="/" class="topbar__link topbar__link--secondary">
|
||||||
<span>{{ current_user["atat_role"] }}</span>
|
<span>{{ current_user.get("atat_role") }}</span>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user