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
4bee9dc3
Commit
4bee9dc3
authored
Jan 09, 2015
by
Daniel W Bond
Browse files
buildings sorted by filter
parent
acb91826
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/templates/listBuildings.html
View file @
4bee9dc3
...
@@ -13,8 +13,20 @@ GMU RoomList • Homepage
...
@@ -13,8 +13,20 @@ GMU RoomList • Homepage
</div>
</div>
</div>
</div>
<legend>
Rappahannock
</legend>
<ul>
{% for building in rappahannock %}
<li>
<a
href=
"/housing/buildings/{{ building.name }}"
>
{{ building.name }}
</a>
- {{ building.address }} {{ building.address.zip_code }}, {{ building.address.state}}
</li>
{% endfor %}
</ul>
<legend>
Shenandoah
</legend>
<ul>
<ul>
{% for building in
buildings
%}
{% for building in
shenandoah
%}
<li>
<li>
<a
href=
"/housing/buildings/{{ building.name }}"
>
{{ building.name }}
</a>
- {{ building.address }} {{ building.address.zip_code }}, {{ building.address.state}}
<a
href=
"/housing/buildings/{{ building.name }}"
>
{{ building.name }}
</a>
- {{ building.address }} {{ building.address.zip_code }}, {{ building.address.state}}
</li>
</li>
...
...
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