Skip to content

Commit

Permalink
fix sign up button (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Oct 8, 2023
1 parent c1f3a37 commit 929ef03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ <h3 class="text-center">用户登录
{% else %}
{% include 'legacy_login_form.html' %}
{% endif %}
{% if sign_up_enabled %}
<div class="form-group">
<a href="#" data-toggle="modal" data-target="#sign-up">注册用户</a>
</div>
{% endif %}
</form>
</div>
</div>
Expand Down

0 comments on commit 929ef03

Please sign in to comment.