Skip to content

Commit 05dfcc4

Browse files
committed
Add day 3 info back in
1 parent c5434c2 commit 05dfcc4

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

programme/timetable_helpers/templates.py

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
{tables_day_2}
5050
5151
# Thursday 12th
52+
53+
{tables_day_3}
5254
"""
5355
)
5456

@@ -197,26 +199,16 @@
197199
"""
198200
)
199201

200-
proxima_tour = dedent(
202+
hackathon = dedent(
201203
"""\
202-
## 🚶 Proxima Fusion tour: {time_slot}
204+
## 🖳 OSSFE Hackathon: {time_slot}
205+
206+
An optional add-on event for conference attendees to be held at the [Proxima Fusion](https://www.proximafusion.com/) head offices.
203207
204208
| | |
205209
|---|---|
206210
| ![](../assets/proxima_image.png) | ![](../assets/proxima_facilty.png) |
207211
208-
Join us for an optional social event and get a behind-the-scenes look at Proxima Fusion's facilities.
209-
210-
---
211-
"""
212-
)
213-
214-
215-
hackathon = dedent(
216-
"""\
217-
## 🖳 OSSFE Hackathon: {time_slot}
218-
219-
An optional add-on event for conference attendees.
220212
This will be an oppertunity to interact work together with open-source developers on projects of interest and see the
221213
contiribution process first-hand.
222214

0 commit comments

Comments
 (0)