Added newlines to the ends of CSS, HTML, and JavaScript files missing them.

This commit is contained in:
Trey Hunner 2014-04-16 15:35:16 -04:00 committed by Tim Graham
parent 85c22dd4c4
commit 6868643063
59 changed files with 59 additions and 59 deletions

View File

@ -60,4 +60,4 @@
.change-list ul.toplinks li {
zoom: 1;
*display: inline;
}
}

View File

@ -247,4 +247,4 @@ div.colM {
.submit-row input {
float: left;
}
}

View File

@ -1 +1 @@
Logged out
Logged out

View File

@ -1 +1 @@
{{ form.as_ul }}
{{ form.as_ul }}

View File

@ -1 +1 @@
Password reset successfully
Password reset successfully

View File

@ -1 +1 @@
<h1>Oh Noes!</h1>
<h1>Oh Noes!</h1>

View File

@ -1,2 +1,2 @@
{% block content %}
{% endblock %}
{% endblock %}

View File

@ -1,2 +1,2 @@
{% extends "gis/admin/openlayers.html" %}
{% block openlayers %}{% include "gis/admin/osm.js" %}{% endblock %}
{% block openlayers %}{% include "gis/admin/osm.js" %}{% endblock %}

View File

@ -5,4 +5,4 @@
{% for dom_id in dom_ids %}{{ js_module }}.{{ dom_id }}_load();
{% endfor %}
}
{% endblock %}
{% endblock %}

View File

@ -1,2 +1,2 @@
{% extends "gis/google/google-map.js" %}
{% block vars %}{# No vars here because used within GoogleMapSet #}{% endblock %}
{% block vars %}{# No vars here because used within GoogleMapSet #}{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "basic/genindex.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}

View File

@ -125,4 +125,4 @@
{% block relbar2 %}{% endblock %}
{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}
{% block footer %}{% endblock %}
{% block footer %}{% endblock %}

View File

@ -1,3 +1,3 @@
{% extends "basic/modindex.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}

View File

@ -1,3 +1,3 @@
{% extends "basic/search.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}

View File

@ -1,3 +1,3 @@
@import url(reset-fonts-grids.css);
@import url(djangodocs.css);
@import url(homepage.css);
@import url(homepage.css);

View File

@ -19,4 +19,4 @@
#index #s-solving-specific-problems,
#index #s-reference,
#index #s-and-all-the-rest
{ clear: left; }
{ clear: left; }

View File

@ -1 +1 @@
This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}
This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}

View File

@ -1 +1 @@
This is an {{ artist }}.
This is an {{ artist }}.

View File

@ -1 +1 @@
A form: {{ form }}
A form: {{ form }}

View File

@ -1 +1 @@
Are you sure?
Are you sure?

View File

@ -1 +1 @@
This is an {{ author }}.
This is an {{ author }}.

View File

@ -1 +1 @@
A form: {{ form }}
A form: {{ form }}

View File

@ -1,3 +1,3 @@
{% for item in object_list %}
{{ item }}
{% endfor %}
{% endfor %}

View File

@ -1,3 +1,3 @@
{% for item in object_list %}
{{ item }}
{% endfor %}
{% endfor %}

View File

@ -1 +1 @@
This is an alternate template_name_suffix for an {{ author }}.
This is an alternate template_name_suffix for an {{ author }}.

View File

@ -1 +1 @@
Archive for {{ day }}. Previous day is {{ previous_day }}
Archive for {{ day }}. Previous day is {{ previous_day }}

View File

@ -1 +1 @@
Books in {{ month }}.
Books in {{ month }}.

View File

@ -1 +1 @@
Archive for {{ week }}.
Archive for {{ week }}.

View File

@ -1 +1 @@
This is {{ book }}.
This is {{ book }}.

View File

@ -1,3 +1,3 @@
{% for item in object_list %}
{{ item }}
{% endfor %}
{% endfor %}

View File

@ -1 +1 @@
Generic: Are you sure?
Generic: Are you sure?

View File

@ -1 +1 @@
Look, an {{ object }}.
Look, an {{ object }}.

View File

@ -1 +1 @@
A generic form: {{ form }}
A generic form: {{ form }}

View File

@ -1,3 +1,3 @@
{% for item in object_list %}
{{ item }}
{% endfor %}
{% endfor %}

View File

@ -1 +1 @@
This is some content: {{ content }}
This is some content: {{ content }}

View File

@ -1 +1 @@
An empty login template.
An empty login template.

View File

@ -1,4 +1,4 @@
@import url("/static/cached/styles.css");
body {
background: #d3d6d8 url(/static/cached/img/relative.png);
}
}

View File

@ -1,3 +1,3 @@
body {
background: #d3d6d8 url("img/window.png");
}
}

View File

@ -3,4 +3,4 @@
@import url("absolute.css#eggs");
body {
background: #d3d6d8 url(img/relative.png);
}
}

View File

@ -1 +1 @@
@import url("other.css");
@import url("other.css");

View File

@ -1 +1 @@
@IMporT uRL("other.css");
@IMporT uRL("other.css");

View File

@ -1 +1 @@
@import url("https://www.djangoproject.com/m/css/base.css");
@import url("https://www.djangoproject.com/m/css/base.css");

View File

@ -1 +1 @@
Description in your templates: {{ obj }}
Description in your templates: {{ obj }}

View File

@ -1 +1 @@
{{ obj }} (foo is {{ foo }})
{{ obj }} (foo is {{ foo }})

View File

@ -1 +1 @@
Title in your templates: {{ obj }}
Title in your templates: {{ obj }}

View File

@ -1 +1 @@
{{ obj }} (foo is {{ foo }})
{{ obj }} (foo is {{ foo }})

View File

@ -1 +1 @@
obj:{{ obj }}
obj:{{ obj }}

View File

@ -1 +1 @@
{% include "missing.html" %}
{% include "missing.html" %}

View File

@ -5,4 +5,4 @@
{% block content %}
{% endblock %}
</body>
</html>
</html>

View File

@ -2,4 +2,4 @@
{% block title %}Extended template{% endblock %}
{% block content %}
This is just a template extending the base.
{% endblock %}
{% endblock %}

View File

@ -12,4 +12,4 @@
</ul>
</form>
{% endblock %}
{% endblock %}

View File

@ -14,4 +14,4 @@
<input type="submit" value="login" />
<input type="hidden" name="next" value="{{ next }}" />
</form>
{% endblock %}
{% endblock %}

View File

@ -1 +1 @@
This template intentionally left blank
This template intentionally left blank

View File

@ -1 +1 @@
This template intentionally left blank
This template intentionally left blank

View File

@ -1 +1 @@
{{ object_list }}
{{ object_list }}

View File

@ -1 +1 @@
This template intentionally left blank
This template intentionally left blank