Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
953282a9
Commit
953282a9
authored
May 15, 2016
by
David Haynes
Browse files
small if condition on not_registered
- acknowledge that a user is registered but not yet approved
parent
6fc765e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/not_registered.html
View file @
953282a9
...
...
@@ -30,10 +30,16 @@ SRCT Go - Account Not Approved
</p>
<br
/>
<p>
{% if not request.user.registereduser.registered %}
If you have not done so, you may
<a
href=
"{% url 'signup' %}"
>
sign up
</a>
for an account.
<br></br>
This process takes time. Please be patient.
{% else %}
According to our database you have registered, but are not yet approved, to use Go.
<br
/>
This process takes time. Please be patient.
{% endif %}
</p>
<br/><br/>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment