Skip to content

Commit

Permalink
Swap explicit year for {{event_year}} macro
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegb committed Jun 8, 2024
1 parent 9014cc5 commit e236823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/home/after-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
in making things.{% endblock %} {% block body %}
<div class="row">
<div class="col-md-12 text-center hidden">
<h2>Electromagnetic Field 2024 is now over</h2>
<h2>Electromagnetic Field {{ event_year }} is now over</h2>
<div>&nbsp;</div>
</div>
<div class="col-md-12">
Expand All @@ -21,7 +21,7 @@ <h2>Electromagnetic Field 2024 is now over</h2>
</p>
<p>
If you want to re-live EMF, you can find photos, videos, and more on our
<a href="https://wiki.emfcamp.org/wiki/Memories">memories</a> page. Talk
<a href="https://wiki.emfcamp.org/{{ event_year }}/wiki/Memories">memories</a> page. Talk
videos will be published as soon as we can make them available.
</p>
<div class="well">
Expand Down

0 comments on commit e236823

Please sign in to comment.