Kaydet (Commit) 68686430 authored tarafından Trey Hunner's avatar Trey Hunner Kaydeden (comit) Tim Graham

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

üst 85c22dd4
......@@ -60,4 +60,4 @@
.change-list ul.toplinks li {
zoom: 1;
*display: inline;
}
\ No newline at end of file
}
......@@ -247,4 +247,4 @@ div.colM {
.submit-row input {
float: left;
}
\ No newline at end of file
}
Password reset successfully
\ No newline at end of file
Password reset successfully
<h1>Oh Noes!</h1>
\ No newline at end of file
<h1>Oh Noes!</h1>
{% block content %}
{% endblock %}
\ No newline at end of file
{% endblock %}
{% extends "gis/admin/openlayers.html" %}
{% block openlayers %}{% include "gis/admin/osm.js" %}{% endblock %}
\ No newline at end of file
{% block openlayers %}{% include "gis/admin/osm.js" %}{% endblock %}
......@@ -5,4 +5,4 @@
{% for dom_id in dom_ids %}{{ js_module }}.{{ dom_id }}_load();
{% endfor %}
}
{% endblock %}
\ No newline at end of file
{% endblock %}
{% extends "gis/google/google-map.js" %}
{% block vars %}{# No vars here because used within GoogleMapSet #}{% endblock %}
\ No newline at end of file
{% block vars %}{# No vars here because used within GoogleMapSet #}{% endblock %}
{% extends "basic/genindex.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file
{% block sidebarwrapper %}{% endblock %}
......@@ -125,4 +125,4 @@
{% block relbar2 %}{% endblock %}
{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}
{% block footer %}{% endblock %}
\ No newline at end of file
{% block footer %}{% endblock %}
{% extends "basic/modindex.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file
{% block sidebarwrapper %}{% endblock %}
{% extends "basic/search.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file
{% block sidebarwrapper %}{% endblock %}
@import url(reset-fonts-grids.css);
@import url(djangodocs.css);
@import url(homepage.css);
\ No newline at end of file
@import url(homepage.css);
......@@ -19,4 +19,4 @@
#index #s-solving-specific-problems,
#index #s-reference,
#index #s-and-all-the-rest
{ clear: left; }
\ No newline at end of file
{ clear: left; }
This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}
\ No newline at end of file
This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}
This is an {{ artist }}.
\ No newline at end of file
This is an {{ artist }}.
A form: {{ form }}
\ No newline at end of file
A form: {{ form }}
This is an {{ author }}.
\ No newline at end of file
This is an {{ author }}.
A form: {{ form }}
\ No newline at end of file
A form: {{ form }}
{% for item in object_list %}
{{ item }}
{% endfor %}
\ No newline at end of file
{% endfor %}
{% for item in object_list %}
{{ item }}
{% endfor %}
\ No newline at end of file
{% endfor %}
This is an alternate template_name_suffix for an {{ author }}.
\ No newline at end of file
This is an alternate template_name_suffix for an {{ author }}.
Archive for {{ day }}. Previous day is {{ previous_day }}
\ No newline at end of file
Archive for {{ day }}. Previous day is {{ previous_day }}
Books in {{ month }}.
\ No newline at end of file
Books in {{ month }}.
Archive for {{ week }}.
\ No newline at end of file
Archive for {{ week }}.
This is {{ book }}.
\ No newline at end of file
This is {{ book }}.
{% for item in object_list %}
{{ item }}
{% endfor %}
\ No newline at end of file
{% endfor %}
Generic: Are you sure?
\ No newline at end of file
Generic: Are you sure?
Look, an {{ object }}.
\ No newline at end of file
Look, an {{ object }}.
A generic form: {{ form }}
\ No newline at end of file
A generic form: {{ form }}
{% for item in object_list %}
{{ item }}
{% endfor %}
\ No newline at end of file
{% endfor %}
This is some content: {{ content }}
\ No newline at end of file
This is some content: {{ content }}
An empty login template.
\ No newline at end of file
An empty login template.
@import url("/static/cached/styles.css");
body {
background: #d3d6d8 url(/static/cached/img/relative.png);
}
\ No newline at end of file
}
body {
background: #d3d6d8 url("img/window.png");
}
\ No newline at end of file
}
......@@ -3,4 +3,4 @@
@import url("absolute.css#eggs");
body {
background: #d3d6d8 url(img/relative.png);
}
\ No newline at end of file
}
@import url("other.css");
\ No newline at end of file
@import url("other.css");
@IMporT uRL("other.css");
\ No newline at end of file
@IMporT uRL("other.css");
@import url("https://www.djangoproject.com/m/css/base.css");
\ No newline at end of file
@import url("https://www.djangoproject.com/m/css/base.css");
Description in your templates: {{ obj }}
\ No newline at end of file
Description in your templates: {{ obj }}
{{ obj }} (foo is {{ foo }})
\ No newline at end of file
{{ obj }} (foo is {{ foo }})
Title in your templates: {{ obj }}
\ No newline at end of file
Title in your templates: {{ obj }}
{{ obj }} (foo is {{ foo }})
\ No newline at end of file
{{ obj }} (foo is {{ foo }})
obj:{{ obj }}
\ No newline at end of file
obj:{{ obj }}
{% include "missing.html" %}
\ No newline at end of file
{% include "missing.html" %}
......@@ -5,4 +5,4 @@
{% block content %}
{% endblock %}
</body>
</html>
\ No newline at end of file
</html>
......@@ -2,4 +2,4 @@
{% block title %}Extended template{% endblock %}
{% block content %}
This is just a template extending the base.
{% endblock %}
\ No newline at end of file
{% endblock %}
......@@ -12,4 +12,4 @@
</ul>
</form>
{% endblock %}
\ No newline at end of file
{% endblock %}
......@@ -14,4 +14,4 @@
<input type="submit" value="login" />
<input type="hidden" name="next" value="{{ next }}" />
</form>
{% endblock %}
\ No newline at end of file
{% endblock %}
This template intentionally left blank
\ No newline at end of file
This template intentionally left blank
This template intentionally left blank
\ No newline at end of file
This template intentionally left blank
{{ object_list }}
\ No newline at end of file
{{ object_list }}
This template intentionally left blank
\ No newline at end of file
This template intentionally left blank
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment