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
4cd9cb7a
Commit
4cd9cb7a
authored
Nov 17, 2016
by
David Haynes
Browse files
Comments on the signup page
- ctrl-c ctrl-v
parent
46c89973
Pipeline
#478
passed with stage
in 6 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/core/signup.html
View file @
4cd9cb7a
<!-- include the base html template -->
{% extends 'layouts/base.html' %}
<!-- load django crispy forms' tags -->
{% load crispy_forms_tags %}
<!-- define the page title block -->
{% block title %}
SRCT Go
•
Apply
{% 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"
>
<h1><strong>
<span
class=
"fa-stack fa-lg"
>
<i
class=
"fa fa-circle fa-stack-2x"
></i>
...
...
@@ -18,11 +23,11 @@ SRCT Go • Apply
</span>
<i
class=
"fa"
>
Apply to Go
</i>
</strong></h1>
</div>
</div>
</div>
<!-- Define the div that describes why we need a signup process -->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
...
...
@@ -40,6 +45,7 @@ SRCT Go • Apply
</div>
</div>
<!-- call django crispy forms to render the go signup form here -->
{% crispy form %}
{% 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