Skip to content

Commit

Permalink
signup: Add link to redirect user to login page in the form.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanagr authored and timabbott committed Oct 9, 2023
1 parent cc07b8c commit 9abc2cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/zerver/accounts_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ <h1 class="get-started">{{ _("Sign up for Zulip") }}</h1>
</form>
</div>
{% endfor %}
<div class="register-form-login-redirect actions">
{{ _('Already have an account?') }}<a class="register-link" href="/login/"> {{ _('Log in') }}</a>
</div>
{% endif %}
</div>
</div>
Expand Down
12 changes: 12 additions & 0 deletions web/styles/portico/portico_signin.css
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,18 @@ button#register_auth_button_gitlab {
text-align: left;
}

.register-page-container .register-form-login-redirect {
margin-top: 10px;
float: right;
font-size: 17px;
font-weight: normal;

.register-link {
font-size: 17px;
margin-left: 5px;
}
}

.back-to-login-wrapper .back-to-login {
display: flex;
gap: 5px;
Expand Down

0 comments on commit 9abc2cb

Please sign in to comment.