Skip to content

Commit

Permalink
update location
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Nov 14, 2023
1 parent 6cbdd17 commit d6c65ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion content/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
### Summary of important links

- Links to lesson material in the schedule below (shareable)
- Collaborative document for questions and notes (please register to receive it)
- Collaborative document for questions and notes: https://hackmd.io/fFzNUsuITv6LwlAdL7QfXg
18 changes: 5 additions & 13 deletions templates/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,20 @@ <h2>Schedule</h2>
<b>{{ day.title }}</b>
</td>
</tr>
<td>
{% if day.goal %}
<b>Goal for the day:</b>
{% endif %}
</td>
<td>
<td rowspan="2">
{% if day.goal %}
{{ day.goal }}
<b>Goal for the day:</b> {{ day.goal }}
{% endif %}
</td>
</tr>
{% if day.locations %}
{% for loc in day.locations %}
<tr>
<td>
<b>{{ loc.location }}:</b>
</td>
<td>
<td rowspan="2">
{% if loc.url %}
<a href="{{ loc.url }}" target="_blank">{{ loc.room }}</a>
<b>{{ loc.location }}:</b> <a href="{{ loc.url }}" target="_blank">{{ loc.room }}</a>
{% else %}
{{ loc.room }}
<b>{{ loc.location }}:</b> {{ loc.room }}
{% endif %}
</td>
</tr>
Expand Down

0 comments on commit d6c65ba

Please sign in to comment.