Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blaest #472

Merged
merged 3 commits into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions chemie/chemie/templates/chemie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
{% load cache %}
{% load static %}

{% block extra_css %}
<link rel="stylesheet" href="{% static "css/textrain.css" %}">
{% endblock %}

{% block nav_header %}
Forsiden
{% endblock nav_header %}
Expand All @@ -11,6 +15,10 @@
{% endblock nav_sub_header %}

{% block content %}
<div id="container">
<div id="animate">
</div>
</div>
{% if perms.events or perms.news %}
<div class="fixed-action-btn" style="bottom: 45px; right: 24px;">
<a class="btn-floating btn-large">
Expand Down Expand Up @@ -99,3 +107,8 @@ <h3 class="heading">Nyheter</h3>


{% endblock content %}


{% block footer_js_files %}
<script type="text/javascript" src="{% static "js/textrain.js" %}"></script>
{% endblock footer_js_files %}
Loading