mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fixed display issue with the base template
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
Hi {{ user.first_name }}
|
||||
<b class="caret"></b>
|
||||
</a>
|
||||
<ul class="dropdown-menu nav media-list pull-right" id="userdropdown">
|
||||
<ul class="dropdown-menu nav media-list pull-right">
|
||||
<li class="media">
|
||||
<span class="pull-left">
|
||||
<img src="{{ request.user.profile_picture }}" class="media-object"/>
|
||||
|
||||
Reference in New Issue
Block a user