Skip to content

Commit

Permalink
Better messaging for users trying to register again (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari authored Oct 31, 2024
1 parent 4c2f851 commit ba73b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ def form_valid(self, form):
self.request,
(
"Please check your email for a verification link."
" If you don’t see it, please contact us at "
"[email protected]"
" If you don’t see it, perhaps you already have an account on our service, "
"try the forgot password route linked below."
" Otherwise contact us at [email protected]."
),
)
else:
Expand Down
2 changes: 1 addition & 1 deletion templates/common/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</li>
<li class="nav-item">
<a class="nav-link" href="{% url 'portal:apps' %}" target="_self" title="Apps">
Apps and models
Apps & Models
</a>
</li>
<li class="nav-item">
Expand Down

0 comments on commit ba73b9a

Please sign in to comment.