Skip to content

Commit

Permalink
Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jun 24, 2019
1 parent 75aa846 commit 8d0cb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omero_signup/templates/signup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<div>
<p>
<a href="{% url 'weblogin' %}">If you already have an account login here</a></br>
<a href="{% url 'weblogin' %}">If you already have an account login here</a><br/>
<a href="{% url 'waforgottenpassword' %}">If you've forgotten your password reset it here</a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion omero_signup/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def handle_logged_in(self, request, **kwargs):
"""
If logged in redirect to main webclient, otherwise return None
"""
# Abuse the @login_required decorateor since it contains the
# Abuse the @login_required decorator since it contains the
# methods to check for an existing session
check = login_required()

Expand Down

0 comments on commit 8d0cb71

Please sign in to comment.