Small esthetic fix.
This commit is contained in:
parent
13631eac93
commit
30c56afb83
|
@ -22,10 +22,11 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-3 col-sm-push-9 schedule-filter">
|
<div class="col-sm-3 col-sm-push-9 schedule-filter">
|
||||||
|
<h4>Filter</h4>
|
||||||
<form id="filter" class="form-inline">
|
<form id="filter" class="form-inline">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div>
|
<div>
|
||||||
<h4>Type:</h4>
|
<h5>Type:</h5>
|
||||||
<ul>
|
<ul>
|
||||||
{% for type in camp.event_types %}
|
{% for type in camp.event_types %}
|
||||||
<li>
|
<li>
|
||||||
|
@ -50,7 +51,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4>Location:</h4>
|
<h5>Location:</h5>
|
||||||
<ul>
|
<ul>
|
||||||
{% for location in camp.event_locations %}
|
{% for location in camp.event_locations %}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue