Skip to content

Commit

Permalink
Add missing SignUp link to header (jointakahe#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf authored Jul 10, 2023
1 parent 68eea14 commit 91cf2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
{% endif %}
{% elif not request.domain.config_domain.hide_login %}
<a href="{% url "login" %}" title="Login"><i class="fa-solid fa-right-to-bracket"></i></a>
{% if config.signup_allowed %}
<a href="{% url "signup" %}" title="Create Account"><i class="fa-solid fa-user-plus"></i></a>
{% endif %}
{% endif %}
</menu>
</header>
Expand Down

0 comments on commit 91cf2f3

Please sign in to comment.