mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
Merge pull request #150 from CPPAlliance/fix-profile-header-link
Fix header link
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{% if not user.is_authenticated %}
|
||||
<a href="{% url 'account_signup' %}" class="font-medium text-white hover:text-orange">Sign Up</a>
|
||||
{% else %}
|
||||
<a href="{% url 'profile-photo' %}" class="font-medium text-white hover:text-orange">Profile</a>
|
||||
<a href="{% url 'profile-user' pk=request.user.pk %}" class="font-medium text-white hover:text-orange">Profile</a>
|
||||
{% endif %}
|
||||
|
||||
{% if not user.is_authenticated %}
|
||||
|
||||
Reference in New Issue
Block a user