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
12b2061f
Commit
12b2061f
authored
Nov 30, 2015
by
Daniel W Bond
Browse files
added note of currently unsupported housing locations
parent
a89a36d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/templates/list_buildings.html
View file @
12b2061f
...
@@ -55,6 +55,26 @@
...
@@ -55,6 +55,26 @@
<legend><strong><a
name=
"Aquia"
href=
"#Aquia"
>
Aquia
</a></strong></legend>
<legend><strong><a
name=
"Aquia"
href=
"#Aquia"
>
Aquia
</a></strong></legend>
<div
class=
"row"
>
<div
class=
"row"
>
{% for building in aquia %}
<div
class=
"col-sm-3 text-center"
>
<a
href=
"{{ building.get_absolute_url }}"
class=
"btn btn-primary btn-lg btn-block"
>
{{ building.name }}
</a>
</div>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
<br
/>
<legend><a
name=
"Unsupported"
href=
"#Unsupported"
>
Unsupported Buildings
</a></legend>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
The following Mason housing locations are not currently supported:
</p>
<p>
Liberty Square, Beacon Hall, Mason Global Center, Piedmont, Tidewater, Student Apartments, and the Townhouses
</p>
</div>
</div>
</div>
{% endblock %}
{% 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