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
Nathan R Lapierre
advisor
Commits
67ea9f3f
Commit
67ea9f3f
authored
Dec 30, 2013
by
Daniel W Bond
Browse files
view an individual trajectory
parent
ab881d64
Changes
2
Hide whitespace changes
Inline
Side-by-side
advisor/templates/compare.html
View file @
67ea9f3f
...
...
@@ -56,6 +56,7 @@ GMU Advisor | Compare
<p>
This is just what this lower part is going to look like-- it actually needs
to be loaded on submit with JavaScript ;_;
</p>
<p>
TopTrajectory stuff needed
</p>
<div
class=
"row"
>
...
...
advisor/templates/trajectory.html
0 → 100644
View file @
67ea9f3f
{% extends 'layouts/base.html' %}
{% block title %}
GMU Advisor | Trajectory Name
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1>
Trajectory Name
</h1>
<p
class=
"lead"
>
Student Name
</p>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
{% for trajectory in trajectories %}
<div
class=
"col-md-12"
>
{% for course in trajectory %}
<div
class=
"col-md-4"
>
</div>
{% endfor %}
</div>
{% endfor %}
</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