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
advisor
Commits
90b2ddf7
Commit
90b2ddf7
authored
Mar 02, 2014
by
Daniel W Bond
Browse files
skeleton of an individual trajectory page
parent
73706d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/mainapp/templates/trajectory.html
0 → 100644
View file @
90b2ddf7
{% extends 'layouts/base.html' %}
{% block title %}
Trajectory | YourSchool Advisor
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1>
My Trajectory Name
</h1>
</div>
</div>
for semester in trajectory
<div
class=
"row"
>
<div
class=
"col-md-3"
>
Semester 1
</div>
for course in semester
<div
class=
"col-md-2"
>
CS 101
</div>
endfor
</div>
endfor
{% 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