trying something else to make the template work

This commit is contained in:
Tim Flink 2015-06-26 16:15:09 +00:00
parent f30cc632b1
commit e0ec4c6618

View file

@ -140,7 +140,6 @@
</div> <!-- end of main row -->
{% if fedmenu_url is defined and fedmemu_data_url is defined %}
<script src="{{ fedmenu_url }}"></script>
<script>
fedmenu({
@ -149,6 +148,5 @@
'position': 'bottom-right',
});
</script>
{% endif %}
</body>
</html>