Skip to content
Snippets Groups Projects
Commit 0b8d7d60 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

ability to override account menu header

parent 348d6096
No related branches found
No related tags found
No related merge requests found
Pipeline #100161 passed
...@@ -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 %}
......
...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment