diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
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>
|