crunk
4 years ago
8 changed files with 70 additions and 46 deletions
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1006 B |
@ -0,0 +1,17 @@ |
|||||
|
{% extends "base.html" %} |
||||
|
{% block main %} |
||||
|
<div id="nav" class="container"> |
||||
|
<button id="leftmostbtn"><a href="/">All books</a></button> |
||||
|
<button><a href="/upload">Upload</a></button> |
||||
|
</div> |
||||
|
<div class="event"> |
||||
|
{% if upcoming %} |
||||
|
<h2 id="upcomingevent">Upcoming event!</h2> |
||||
|
{% else %} |
||||
|
<p id="latestevent">Unfortunately this Read&Repair event has already happened, keep an eye on <a href="http://varia.zone/">Varia.zone</a> |
||||
|
or this site for upcoming Read&Repair and other varia events!</p> |
||||
|
{% endif %} |
||||
|
<h2>{{ event.title }}</h2> |
||||
|
{{ event.description|safe }} |
||||
|
</div> |
||||
|
{% endblock %} |
Loading…
Reference in new issue