Merge branch 'main' of https://git.4angle.com/edward/agenda
This commit is contained in:
commit
f3f9ee5bf9
|
@ -65,7 +65,8 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col m-3">
|
<div class="col-md-6 col-sm-12">
|
||||||
|
<div class="m-3">
|
||||||
{{ next_and_previous() }}
|
{{ next_and_previous() }}
|
||||||
<h1>{{ trip.title }}</h1>
|
<h1>{{ trip.title }}</h1>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
|
@ -248,7 +249,8 @@
|
||||||
{{ next_and_previous() }}
|
{{ next_and_previous() }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
</div>
|
||||||
|
<div class="col-md-6 col-sm-12">
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue