Remove .to extension from header and footer templates

This commit is contained in:
richard-dds
2018-08-02 13:27:58 -04:00
parent c6f51589ab
commit 44d1f56f67
4 changed files with 1 additions and 5 deletions

11
templates/header.html Normal file
View File

@@ -0,0 +1,11 @@
<header class="topbar">
<nav class="topbar__navigation">
<a href="/" class="topbar__link topbar__link--primary">
<span>JEDI</span>
</a>
<a href="/" class="topbar__link topbar__link--secondary">
<span>{{ current_user.get("atat_role") }}</span>
</a>
</nav>
</header>