Improve conference importer and series attendance

This commit is contained in:
Edward Betts 2026-06-22 13:08:32 +01:00
parent dbce9e5358
commit a87c9f993e
5 changed files with 87 additions and 0 deletions

View file

@ -21,6 +21,9 @@
<tr>
<td>
<a href="{{ url_for('conference_series_page', series_id=item.id) }}">{{ item.name }}</a>
{% if item.attended %}
<span class="badge text-bg-success ms-1">attended</span>
{% endif %}
{% if item.url %}
<a class="text-muted ms-1 text-decoration-none" href="{{ item.url }}"></a>
{% endif %}