UI: 2024 Hero component options #103971
@ -32,7 +32,7 @@ li.dropdown
|
|||||||
i.i-ticket
|
i.i-ticket
|
||||||
| Tickets
|
| Tickets
|
||||||
li
|
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
|
i.i-layers
|
||||||
| Presentations
|
| Presentations
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
| {% block header %}
|
| {% block header %}
|
||||||
| {% block jumbotron %}
|
| {% block jumbotron %}
|
||||||
.hero.text-center
|
.hero.text-center.is-container-overlap
|
||||||
.container
|
.container
|
||||||
.hero-content
|
.hero-content
|
||||||
h1 Better Together
|
h1 Better Together
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
| {% load static %}
|
| {% load static %}
|
||||||
|
|
||||||
| {% block content %}
|
| {% block content %}
|
||||||
.container
|
.container.mt-3
|
||||||
.row
|
.row
|
||||||
.col
|
.col
|
||||||
.box
|
.box
|
||||||
|
Loading…
Reference in New Issue
Block a user