Skip to content

Commit

Permalink
fix relative link to include the language path segment, fixes #411
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jun 8, 2022
1 parent 54dfb4c commit 5071c73
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,26 +164,8 @@ <h2>
</div>
</div>
<div class="colored">
<div id="otd" data-target="../ajax/otd.html">
<div class="container" data-template="app:lookup-todays-events">
<div class="row paddingTopIcon">
<div class="col-12 ">
<h2 data-template="app:print-events-title">Was geschah am 9. April?</h2>
</div>
</div>
<div class="row paddingBottomIcon history">
<div class="col-sm-6">
<p data-template="app-shared:each" data-template-from="events1" data-template-to="event">
<span data-template="app:print-event"/>
</p>
</div>
<div class="col-sm-6">
<p data-template="app-shared:each" data-template-from="events2" data-template-to="event">
<span data-template="app:print-event"/>
</p>
</div>
</div>
</div>
<div id="otd" data-target="ajax/otd.html">
<!-- gets populated by ajax -->
</div>
</div>
</div>

0 comments on commit 5071c73

Please sign in to comment.