Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
advisor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SRCT
advisor
Commits
39b57aa1
Commit
39b57aa1
authored
Mar 02, 2014
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes I should have made in the last commit with bootstrap columns
parent
c0b1455e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
advisor/mainapp/templates/new.html
advisor/mainapp/templates/new.html
+4
-4
No files found.
advisor/mainapp/templates/new.html
View file @
39b57aa1
...
...
@@ -25,14 +25,14 @@ New | MySchool Advisor
<div
class=
"form-group{% if starttrajectoryform.name.errors %} has-error {% endif %}"
>
<label
for
"{{
starttrajectoryform.name.id_for_label
}}"
class=
"col-sm-2"
>
{{ starttrajectoryform.name.id_for_label }}
</label>
<div
class=
"col-sm-
11
"
>
<div
class=
"col-sm-
8
"
>
{{ starttrajectoryform.name }}
{% for error in starttrajectoryform.name.errors %}
<span
class=
"help-block"
>
{{ error }}
</span>
{% endfor %}
<!-- autocompletion would be awesome -->
</div>
<div
class=
"col-sm-1"
>
<div
class=
"col-sm-
offset-1 col-sm-
1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
</div>
...
...
@@ -44,14 +44,14 @@ New | MySchool Advisor
<div
class=
"form-group{% if starttrajectoryform.name.errors %} has-error {% endif %}"
>
<label
for
"{{
starttrajectoryform.name.id_for_label
}}"
class=
"col-sm-2"
>
{{ starttrajectoryform.name.id_for_label }}
</label>
<div
class=
"col-sm-
11
"
>
<div
class=
"col-sm-
8
"
>
{{ starttrajectoryform.name }}
{% for error in starttrajectoryform.name.errors %}
<span
class=
"help-block"
>
{{ error }}
</span>
{% endfor %}
<!-- autocompletion would be awesome -->
</div>
<div
class=
"col-sm-1"
>
<div
class=
"col-sm-
offset-1 col-sm-
1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
</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