Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
0b8d7d60
Commit
0b8d7d60
authored
2 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
ability to override account menu header
parent
348d6096
No related branches found
No related tags found
No related merge requests found
Pipeline
#100161
passed
2 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basetheme_bootstrap/templates/basetheme_bootstrap/login_menu.html
+1
-1
1 addition, 1 deletion
...e_bootstrap/templates/basetheme_bootstrap/login_menu.html
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
basetheme_bootstrap/templates/basetheme_bootstrap/login_menu.html
+
1
−
1
View file @
0b8d7d60
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
data-toggle=
"dropdown"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-haspopup=
"true"
aria-expanded=
"false"
aria-expanded=
"false"
><i
class=
"fas fa-user-circle"
></i>
<span
class=
"caret"
></span></a>
>
{% block account_title_menu %}
<i
class=
"fas fa-user-circle"
></i>
{% endblock %}
<span
class=
"caret"
></span></a>
<div
class=
"dropdown-menu dropdown-menu-right"
aria-labelledby=
"dropdown-user{{suffix_id}}"
>
<div
class=
"dropdown-menu dropdown-menu-right"
aria-labelledby=
"dropdown-user{{suffix_id}}"
>
{%if request.user.is_staff %}
{%if request.user.is_staff %}
{% block login_menu_staff_dropdown_items %}
{% block login_menu_staff_dropdown_items %}
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
0b8d7d60
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
setup
(
name
=
'
django-basetheme-bootstrap
'
,
name
=
'
django-basetheme-bootstrap
'
,
version
=
'
1.
0.
1
'
,
version
=
'
1.1
'
,
description
=
'
Django Basetheme Bootstrap
'
,
description
=
'
Django Basetheme Bootstrap
'
,
long_description
=
readme
,
long_description
=
readme
,
author
=
'
Bryan Brancotte
'
,
author
=
'
Bryan Brancotte
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment