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
d5f80273
Commit
d5f80273
authored
Sep 04, 2014
by
Chris Reffett
Browse files
Bootstrapify not-registered page
parent
749c8a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/not_registered.html
View file @
d5f80273
...
...
@@ -2,27 +2,38 @@
{% block title %}
Go - A
bout
Go - A
ccount Not Approved
{% endblock %}
{% block content %}
<h3>
~Account Not Approved~
</h3>
<p>
If you have not done so, you may
<a
href=
"{% url 'signup' %}"
>
sign up
</a>
for an account.
</p>
<p>
Because Go allows users to represent their group or organization with
George Mason branding, user accounts must be manually approved by a Go
official.
</p>
<p>
This process takes time. Please be patient.
<br/><br/>
</p>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1><strong>
Account Not Approved
</strong></h1>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
If you have not done so, you may
<a
href=
"{% url 'signup' %}"
>
sign up
</a>
for an account.
</p>
<p>
Because Go allows users to represent their group or organization with
George Mason branding, user accounts must be manually approved by a Go
official.
</p>
<p>
This process takes time. Please be patient.
</p>
<br/><br/>
</div>
</div>
{% endblock %}
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