mirror of https://github.com/django/django.git
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
This commit is contained in:
parent
85c22dd4c4
commit
6868643063
|
@ -60,4 +60,4 @@
|
|||
.change-list ul.toplinks li {
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -247,4 +247,4 @@ div.colM {
|
|||
|
||||
.submit-row input {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Logged out
|
||||
Logged out
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ form.as_ul }}
|
||||
{{ form.as_ul }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ form }}
|
||||
{{ form }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Password reset successfully
|
||||
Password reset successfully
|
||||
|
|
|
@ -1 +1 @@
|
|||
Email sent
|
||||
Email sent
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ form }}
|
||||
{{ form }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
<h1>Oh Noes!</h1>
|
||||
<h1>Oh Noes!</h1>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
{% block content %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
{% for dom_id in dom_ids %}{{ js_module }}.{{ dom_id }}_load();
|
||||
{% endfor %}
|
||||
}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "basic/genindex.html" %}
|
||||
|
||||
{% block bodyclass %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
|
|
|
@ -125,4 +125,4 @@
|
|||
{% block relbar2 %}{% endblock %}
|
||||
{% block sidebar1 %}{% endblock %}
|
||||
{% block sidebar2 %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{% extends "basic/modindex.html" %}
|
||||
{% block bodyclass %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{% extends "basic/search.html" %}
|
||||
{% block bodyclass %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@import url(reset-fonts-grids.css);
|
||||
@import url(djangodocs.css);
|
||||
@import url(homepage.css);
|
||||
@import url(homepage.css);
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
#index #s-solving-specific-problems,
|
||||
#index #s-reference,
|
||||
#index #s-and-all-the-rest
|
||||
{ clear: left; }
|
||||
{ clear: left; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}
|
||||
This is a {% if tasty %}tasty {% endif %}{{ apple.color }} apple{{ extra }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
This is an {{ artist }}.
|
||||
This is an {{ artist }}.
|
||||
|
|
|
@ -1 +1 @@
|
|||
A form: {{ form }}
|
||||
A form: {{ form }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Are you sure?
|
||||
Are you sure?
|
||||
|
|
|
@ -1 +1 @@
|
|||
This is an {{ author }}.
|
||||
This is an {{ author }}.
|
||||
|
|
|
@ -1 +1 @@
|
|||
A form: {{ form }}
|
||||
A form: {{ form }}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{% for item in object_list %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{% for item in object_list %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
This is an alternate template_name_suffix for an {{ author }}.
|
||||
This is an alternate template_name_suffix for an {{ author }}.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Archive for {{ day }}. Previous day is {{ previous_day }}
|
||||
Archive for {{ day }}. Previous day is {{ previous_day }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Books in {{ month }}.
|
||||
Books in {{ month }}.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Archive for {{ week }}.
|
||||
Archive for {{ week }}.
|
||||
|
|
|
@ -1 +1 @@
|
|||
This is {{ book }}.
|
||||
This is {{ book }}.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{% for item in object_list %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Generic: Are you sure?
|
||||
Generic: Are you sure?
|
||||
|
|
|
@ -1 +1 @@
|
|||
Look, an {{ object }}.
|
||||
Look, an {{ object }}.
|
||||
|
|
|
@ -1 +1 @@
|
|||
A generic form: {{ form }}
|
||||
A generic form: {{ form }}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{% for item in object_list %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
This is some content: {{ content }}
|
||||
This is some content: {{ content }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
An empty login template.
|
||||
An empty login template.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url("/static/cached/styles.css");
|
||||
body {
|
||||
background: #d3d6d8 url(/static/cached/img/relative.png);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
body {
|
||||
background: #d3d6d8 url("img/window.png");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
@import url("absolute.css#eggs");
|
||||
body {
|
||||
background: #d3d6d8 url(img/relative.png);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import url("other.css");
|
||||
@import url("other.css");
|
||||
|
|
|
@ -1 +1 @@
|
|||
@IMporT uRL("other.css");
|
||||
@IMporT uRL("other.css");
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import url("https://www.djangoproject.com/m/css/base.css");
|
||||
@import url("https://www.djangoproject.com/m/css/base.css");
|
||||
|
|
|
@ -1 +1 @@
|
|||
Description in your templates: {{ obj }}
|
||||
Description in your templates: {{ obj }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ obj }} (foo is {{ foo }})
|
||||
{{ obj }} (foo is {{ foo }})
|
||||
|
|
|
@ -1 +1 @@
|
|||
Title in your templates: {{ obj }}
|
||||
Title in your templates: {{ obj }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ obj }} (foo is {{ foo }})
|
||||
{{ obj }} (foo is {{ foo }})
|
||||
|
|
|
@ -1 +1 @@
|
|||
obj:{{ obj }}
|
||||
obj:{{ obj }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{% include "missing.html" %}
|
||||
{% include "missing.html" %}
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
{% block content %}
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
{% block title %}Extended template{% endblock %}
|
||||
{% block content %}
|
||||
This is just a template extending the base.
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
</ul>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
<input type="submit" value="login" />
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
</form>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
This template intentionally left blank
|
||||
This template intentionally left blank
|
||||
|
|
|
@ -1 +1 @@
|
|||
This template intentionally left blank
|
||||
This template intentionally left blank
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ object_list }}
|
||||
{{ object_list }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
This template intentionally left blank
|
||||
This template intentionally left blank
|
||||
|
|
Loading…
Reference in New Issue