-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify navbar template #549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea. good execution. 👍from me
|
||
|
||
@register.filter | ||
def is_in_list(value, input_list): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooh ive never done this in django before.. cool!
Codecov Report
@@ Coverage Diff @@
## master #549 +/- ##
=======================================
Coverage 29.04% 29.04%
=======================================
Files 86 86
Lines 4555 4555
Branches 547 547
=======================================
Hits 1323 1323
Misses 3185 3185
Partials 47 47 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleaner cleaner! woot woot :D
Description
The goal of this PR is to simplify the navbar handling by removing
nav_internal.html
and handle all related navbar logic innav.html
Checklist
Affected core subsystem(s)
ui, nav
Testing
Tested all changes locally on all views.
Refers/Fixes
Fixes: #548