account for null current_user in testing

This commit is contained in:
dandds 2018-07-17 14:34:24 -04:00
parent f573181154
commit 45588e0ec7

View File

@ -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>