Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bookshare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SRCT
bookshare
Commits
428f8ae9
Commit
428f8ae9
authored
Mar 03, 2020
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added mod page link to navbar if superuser
parent
42d2fa7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bookshare/templates/layouts/navbar.html
bookshare/templates/layouts/navbar.html
+3
-0
No files found.
bookshare/templates/layouts/navbar.html
View file @
428f8ae9
...
@@ -19,6 +19,9 @@
...
@@ -19,6 +19,9 @@
<li><a
href=
"{% url 'about' %}"
>
About
</a></li>
<li><a
href=
"{% url 'about' %}"
>
About
</a></li>
{% endif %}
{% endif %}
<li><a
href=
"{% url 'charts' %}"
>
Listing Charts
</a></li>
<li><a
href=
"{% url 'charts' %}"
>
Listing Charts
</a></li>
{% if user.is_superuser %}
<li><a
href=
"{% url 'mod_page' %}"
>
Moderation
</a></li>
{% endif %}
</ul>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<ul
class=
"nav navbar-nav navbar-right"
>
{% if user.is_authenticated %}
{% if user.is_authenticated %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment