summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/img/django.gifbin0 -> 962 bytes
-rw-r--r--templates/base.html4
2 files changed, 4 insertions, 0 deletions
diff --git a/static/img/django.gif b/static/img/django.gif
new file mode 100644
index 0000000..a0548a6
--- /dev/null
+++ b/static/img/django.gif
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index 9222fb2..c90a588 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -47,6 +47,10 @@
Created by <a href="http://ryuslash.org">Tom Willemsen</a>
<div class="emblems">
+ <a href="http://www.djangoproject.com">
+ <img src="/static/img/django.gif" alt="django emblem" />
+ </a>
+
<a href="http://www.catb.org/hacker-emblem/">
<img src="/static/img/hacker.png" alt="hacker emblem" />
</a>