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
7a461fb4
Commit
7a461fb4
authored
Mar 02, 2014
by
Ben Waters
Browse files
Merge branch 'master' of
https://github.com/srct/advisor
parents
648a7b9c
53255726
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/mainapp/templates/program.html
0 → 100644
View file @
7a461fb4
{% extends 'layouts/base.html' %}
{% block title %}
Program | YourSchool Advisor
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1>
The Program's Name
</h1>
</div>
</div>
<div
class=
"row"
>
<div>
Description and Gened
</div>
</div>
for coursecollection in program
<div
class=
"row"
>
<div>
coursecollection info
</div>
<div>
for course in coursecollection
</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