Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
manhattan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
InnovacionDocente
manhattan
Commits
1b59b685
Commit
1b59b685
authored
Jan 31, 2020
by
Enrique Matías Sánchez (Quique)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Ocultar menú Gestión a usuarios no gestores
parent
080c0c39
Pipeline
#517
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
base.html
templates/base.html
+2
-2
No files found.
templates/base.html
View file @
1b59b685
...
...
@@ -79,7 +79,7 @@
<ul
class=
"navbar-nav ml-auto"
>
{% if user.is_authenticated %}
{% now "Y" as anyo_actual %}
{
# if user|has_group:"Gestores" #
}
{
% if user|has_group:"Gestores" %
}
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
...
...
@@ -98,7 +98,7 @@
</a>
</div>
</li>
{
# endif #
}
{
% endif %
}
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{% url 'mis_proyectos' anyo_actual %}"
>
...
...
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