summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 9813c7e..5be9d0f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -47,6 +47,10 @@
<div id="related">
{% block related %}
+<script language="javascript">
+ $('#related').remove()
+ /*This is a hack to stop a line appearing because of the empty div border*/
+</script>
{% endblock %}
</div>