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
roomlist
Commits
520cc8e1
Commit
520cc8e1
authored
Feb 21, 2015
by
Daniel W Bond
Browse files
initial detailbuilding template, missing link
parent
a8099b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/templates/detail_building.html
View file @
520cc8e1
...
...
@@ -6,39 +6,17 @@
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
GMU
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
>
{{ building.name }}
</p>
<p
class=
"lead"
>
<strong>
{{ building.name }}
</
strong></
p>
</div>
</div>
</div>
<ul
style=
"list-style-type: none"
>
{% for room in room_list %}
<li>
{{ room.number }}
</li>
<li>
<ul>
<li>
{{ room.bedA }}
</li>
{% if room.bedB %}
<li>
{{ room.bedB }}
</li>
{% endif %}
{% if room.bedC %}
<li>
{{ room.bedC }}
</li>
{% endif %}
{% if room.bedD %}
<li>
{{ room.bedD }}
</li>
{% endif %}
</ul>
</li>
<div
class=
"row"
>
{% for floor in floors %}
<div
class=
"col-sm-3 text-center"
>
<a
href=
"#"
class=
"btn btn-primary btn-lg btn-block"
>
{{ floor.number }}
</a>
</div>
{% endfor %}
</
ul
>
</
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