summaryrefslogtreecommitdiff
path: root/sublab_project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/templates/base.html')
-rw-r--r--sublab_project/templates/base.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index 9a4bbca..6db50c8 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -22,6 +22,9 @@
<link rel="alternate" type="application/atom+xml" title="sublab.org News (atom)" href="{% url news_feed_atom %}">
<link rel="alternate" type="application/rss+xml" title="sublab.org News (rss)" href="{% url news_feed %}">
{% endblock feeds %}
+
+ {% block header %}
+ {% endblock %}
</head>
<body>
@@ -107,10 +110,11 @@
{% flatblock "motd" %}
</p>
<hr>
- <a href="/webcam/" class="img"><img src="{{ MEDIA_URL }}karlheine_cam.jpg" alt="Webcam im Fenster" class="webcamthumb"></a>
+ <a href="/webcam/" class="img"><img src="{{ MEDIA_URL }}thumb_karlheine_cam.jpg" alt="Webcam im Fenster" class="webcamthumb"></a>
<hr>
- <a href="{{ MEDIA_URL }}tempgraph.png" class="img"><img src="{{ MEDIA_URL }}tempgraph.png" alt="Temperaturen im sublab" class="webcamthumb"></a>
+ <a href="{{ MEDIA_URL }}tempgraph.png" class="img"><img src="{{ MEDIA_URL }}thumb_tempgraph.png" alt="Temperaturen im sublab" class="webcamthumb"></a>
<hr>
+ <a href="http://reeknersprook.de/sublog/graph" class="img"><img src="{{ MEDIA_URL }}reeknersprook.png" alt="Temperaturen in der Lounge" class="webcamthumb"></a>
<p class="member">
<a href="{{ STATIC_URL }}pdf/sublab_ev_mitgliedsantrag.pdf">Mitglied werden</a>
</p>