forked from MarseyWorld/MarseyWorld
fsd
parent
82baf9e8f0
commit
a8dc4f8961
|
@ -278,7 +278,7 @@
|
|||
{% block sidebar %}
|
||||
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
|
||||
<div class="sidebar-section">
|
||||
<img src="/static/assets/images/{{'SITE_NAME' | app_config}}/banners/{{range(1,69)|random()}}.webp?a=1" width=100%>
|
||||
<img src="/static/assets/images/{{'SITE_NAME' | app_config}}/banners/{{range(1,96)|random()}}.webp?a=1" width=100%>
|
||||
<a class="btn btn-primary btn-block mt-4" href="/submit">SUBMIT DRAMA!</a>
|
||||
{% set template = "sidebar_" + environ.get("SITE_NAME") + ".html" %}
|
||||
{% include template %}
|
||||
|
|
Loading…
Reference in New Issue