Skip to content

Commit

Permalink
Hide Well and Monitoring Data navbar for not logging (#735)
Browse files Browse the repository at this point in the history
* Hide Well and Monitoring Data navbar for not logging

* Bump to version 4.9.5 and GWML2 to 4.9.3
  • Loading branch information
meomancer authored Nov 12, 2024
1 parent fd93fed commit f7ac20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_project/gwml2
Submodule gwml2 updated from 114a06 to 774777
2 changes: 1 addition & 1 deletion django_project/igrac/templatetags/manual_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_igrac_base_left_topbar_menu(context):
"type": "link",
"href": "/view/well-and-monitoring-data/",
"label": "Well and Monitoring Data"
},
} if is_logged_in else None,
{
"type": "dropdown",
"label": "Upload Well and Monitoring Data",
Expand Down
2 changes: 1 addition & 1 deletion django_project/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.4
4.9.5

0 comments on commit f7ac20e

Please sign in to comment.