Fix an issue with modelines destroying HTML

master
Bradlee Speice 2013-02-05 14:29:45 -05:00
parent fdfcecc4a2
commit 75b678d56c
4 changed files with 3 additions and 9 deletions

View File

@ -41,7 +41,9 @@ List of block elements in this page:
<div class="btn-group pull-right">
<a class="btn" href="#">{{ user.username }}</a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret" /></a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li id="btn_logout"><a href="/logout">Logout</a></li>
</ul>
@ -93,4 +95,3 @@ List of block elements in this page:
</script>
{% endblock %}{# endblock scripts #}
</html>
<!-- vim: ft=htmldjango

View File

@ -7,5 +7,3 @@
<li>{{ playlist.name }}</li>
{% endfor %}
</ul>
<!-- vim: ft=htmldjango

View File

@ -11,5 +11,3 @@
{% block body_content %}
<h1>Welcome to Melodia!</h1>
{% endblock %}
<!-- vim: ft=htmldjango

View File

@ -30,6 +30,3 @@
</center>
{% endblock %}
<!-- vim: ft=htmldjango