UI: 2024 Hero component options #103971
@ -32,7 +32,7 @@ li.dropdown
|
||||
i.i-ticket
|
||||
| Tickets
|
||||
li
|
||||
a.dropdown-item.is-admin(href="{% url 'admin:conference_main_event_changelist' %}")
|
||||
a.dropdown-item.is-admin(href="{% url 'admin:conference_main_event_changelist' %}{% if edition %}?edition__id__exact={{ edition.id }}{% endif %}")
|
||||
i.i-layers
|
||||
| Presentations
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
| {% block header %}
|
||||
| {% block jumbotron %}
|
||||
.hero.text-center
|
||||
.hero.text-center.is-container-overlap
|
||||
.container
|
||||
.hero-content
|
||||
h1 Better Together
|
||||
|
@ -2,7 +2,7 @@
|
||||
| {% load static %}
|
||||
|
||||
| {% block content %}
|
||||
.container
|
||||
.container.mt-3
|
||||
.row
|
||||
.col
|
||||
.box
|
||||
|
Loading…
Reference in New Issue
Block a user