UI: 2024 Hero component options #103971
@ -77,23 +77,22 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
div(class="col-md-{% if object.picture and not object.recording %}9{% else %}12{% endif %}")
|
div(class="col-md-{% if object.picture and not object.recording %}9{% else %}12{% endif %}")
|
||||||
|
h3.mb-3 {{ object.name }}
|
||||||
|
|
||||||
h3.mb-3 {{ object.name }}
|
| {% if object.description %}
|
||||||
|
div {{ object.description | urlizetrunc:40 | linebreaks }}
|
||||||
|
| {% endif %}
|
||||||
|
|
||||||
| {% if object.description %}
|
.event-tags
|
||||||
div {{ object.description | urlizetrunc:40 | linebreaks }}
|
| {% if event.tags.all %}
|
||||||
|
| {% for tag in event.tags.all %}
|
||||||
|
.badge.badge-secondary.badge-sm(title="{{ tag.name }}")
|
||||||
|
| {{ tag.name }}
|
||||||
|
| {% endfor %}
|
||||||
|
| {% else %}
|
||||||
|
small No tags set yet.
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
.event-tags
|
|
||||||
| {% if event.tags.all %}
|
|
||||||
| {% for tag in event.tags.all %}
|
|
||||||
.badge.badge-secondary.badge-sm(title="{{ tag.name }}")
|
|
||||||
| {{ tag.name }}
|
|
||||||
| {% endfor %}
|
|
||||||
| {% else %}
|
|
||||||
small No tags set yet.
|
|
||||||
| {% endif %}
|
|
||||||
|
|
||||||
| {% if object.proposal %}
|
| {% if object.proposal %}
|
||||||
.row.mb-4
|
.row.mb-4
|
||||||
.col-md-12
|
.col-md-12
|
||||||
@ -129,7 +128,7 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
.row
|
.ps-0.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
| {% include 'conference_main/components/attendee.pug' with profile=speaker size="medium" show_links=True show_admin=True is_landscape=True %}
|
| {% include 'conference_main/components/attendee.pug' with profile=speaker size="medium" show_links=True show_admin=True is_landscape=True %}
|
||||||
|
|
||||||
@ -146,7 +145,7 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
|
|||||||
|
|
||||||
| {% if request.user.is_superuser %}
|
| {% if request.user.is_superuser %}
|
||||||
| {% if speaker.other_events %}
|
| {% if speaker.other_events %}
|
||||||
h5.pt-4.mb-0.text-muted SESSIONS
|
h5.ps-0.pt-4.mb-0.text-muted SESSIONS
|
||||||
|
|
||||||
table.mb-2
|
table.mb-2
|
||||||
tbody
|
tbody
|
||||||
|
Loading…
Reference in New Issue
Block a user