First pass at updating event embed

Seems I forgot about those in BS4 port, oops
This commit is contained in:
2021-02-06 01:02:25 +00:00
parent 656f9fdd25
commit 0598612c15
2 changed files with 67 additions and 76 deletions

View File

@@ -13,6 +13,7 @@
<link href="{% static 'fonts/OpenSans-Regular.tff' %}">
<link rel="stylesheet" type="text/css" href="{% static 'css/screen.css' %}">
</head>
<body>
@@ -28,11 +29,7 @@
</div>
{% endfor %}
{% endif %}
<div class="col-sm-12">
<a href="/">
<span class="source"> R<small>ig</small> I<small>nformation</small> G<small>athering</small> S<small>ystem</small></span>
</a>
</div>
<a href="/"><span class="source"> R<small>ig</small> I<small>nformation</small> G<small>athering</small> S<small>ystem</small></span></a>
{% block content %}
{% endblock %}
</div>