Move "bits" templates with dashes in them to underscores

Moved all references and also added a note to our release notes.

This commit sponsored by Juan Rodriguez.  Thank you!
This commit is contained in:
Christopher Allan Webber
2013-05-22 16:44:50 -05:00
parent ae9eca1bf2
commit 8ca51d32b6
5 changed files with 19 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
{% endblock mediagoblin_head %}
</head>
<body>
{% include 'mediagoblin/bits/body-start.html' %}
{% include 'mediagoblin/bits/body_start.html' %}
{% block mediagoblin_body %}
{% block mediagoblin_header %}
<header>
@@ -114,7 +114,7 @@
</header>
{% endblock %}
<div class="container">
{% include 'mediagoblin/bits/above-content.html' %}
{% include 'mediagoblin/bits/above_content.html' %}
<div class="mediagoblin_content">
{% include "mediagoblin/utils/messages.html" %}
{% block mediagoblin_content %}
@@ -132,6 +132,6 @@
{%- endblock mediagoblin_footer %}
</div>
{%- endblock mediagoblin_body %}
{% include 'mediagoblin/bits/body-end.html' %}
{% include 'mediagoblin/bits/body_end.html' %}
</body>
</html>