add SetApplicationName middleware for nav use

This commit is contained in:
Seth Ladygo
2019-03-12 18:08:01 -07:00
parent 626570ffe3
commit d55272bced
3 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<div class="container navigation">
SEPARATE NAV for {{ user }}
SEPARATE NAV for "{{ user }}" in app "{{ request.current_app }}"
</div>