Skip to content

Commit

Permalink
[#179] Reapply minor changes to User Profile
Browse files Browse the repository at this point in the history
Add hyphen to admin user Profile
Add Office Staff to office profile
	modified:   templates/base.html
  • Loading branch information
mikerae committed Oct 10, 2023
1 parent d412687 commit 43e5f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
<li class="dropdown-header">
<h6>{{user.first_name}} {{user.last_name}}</h6>
{% if user.is_superuser %}
Use your super powers wisely young Padawan...
Use your super-powers wisely young Padawan...
{% elif office %}
Office Staff
{% else %}
{% if section %}
<p><span>Member of {{section}} Section</span></p>
Expand Down

0 comments on commit 43e5f01

Please sign in to comment.