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
1cbd5f6c
Commit
1cbd5f6c
authored
Nov 17, 2016
by
David Haynes
Browse files
Comments on not_registered
- ezez
parent
26efefa0
Pipeline
#485
passed with stage
in 6 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/not_registered.html
View file @
1cbd5f6c
<!-- include the base html template -->
{% extends 'layouts/base.html' %}
<!-- define the page title block -->
{% block title %}
SRCT Go
•
Account Not Approved
{% endblock %}
<!-- define the content block for the page -->
{% block content %}
<!-- define the page header div -->
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
@@ -21,6 +24,7 @@ SRCT Go • Account Not Approved
</div>
</div>
<!-- define the div that explains why you need to be registered -->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
...
...
@@ -44,4 +48,5 @@ SRCT Go • Account Not Approved
<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