From 229afcaccabf97c6d18a31dbe5c66aeff00f684a Mon Sep 17 00:00:00 2001
From: "Gun.io Whitespace Robot"
Date: Sat, 29 Oct 2011 01:25:40 -0400
Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot]
---
LICENSE | 4 +-
.../admin/blog/post/change_form.html | 16 ++--
.../templates/blog/post_archive_year.html | 2 +-
basic/blog/templates/blog/post_list.html | 2 +-
basic/blog/templates/blog/post_search.html | 4 +-
basic/books/templates/books/book_detail.html | 8 +-
basic/comments/templates/comments/form.html | 2 +-
basic/groups/fixtures/groups.json | 84 +++++++++----------
basic/groups/templates/groups/group_list.html | 2 +-
.../templates/groups/pages/page_detail.html | 2 +-
.../media/templates/inlines/media_photo.html | 2 +-
basic/media/templates/media/video_detail.html | 2 +-
.../movies/templates/movies/movie_detail.html | 6 +-
basic/music/templates/music/album_detail.html | 12 +--
basic/music/templates/music/band_detail.html | 4 +-
basic/music/templates/music/index.html | 2 +-
.../templates/people/person_detail.html | 6 +-
.../places/templates/places/place_detail.html | 2 +-
basic/places/templates/places/place_list.html | 2 +-
.../templates/profiles/profile_detail.html | 2 +-
.../templates/profiles/profile_form.html | 14 ++--
21 files changed, 90 insertions(+), 90 deletions(-)
diff --git a/LICENSE b/LICENSE
index e6ead43..4cb1ecf 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,9 +1,9 @@
Copyright (c) 2008-2009, Nathan Borror
All rights reserved.
-
+
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
-
+
Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this
diff --git a/basic/blog/templates/admin/blog/post/change_form.html b/basic/blog/templates/admin/blog/post/change_form.html
index 0728178..c044ca9 100644
--- a/basic/blog/templates/admin/blog/post/change_form.html
+++ b/basic/blog/templates/admin/blog/post/change_form.html
@@ -9,7 +9,7 @@
var content = ''
content += '{% get_inline_types as inline_list %}'
content += 'Body inlines: '
-
+
content += 'Inline type: '
content += ''
content += ' ---------- '
@@ -17,11 +17,11 @@
content += ' {{ inline.content_type.app_label|capfirst }}: {{ inline.content_type.model|capfirst }} '
content += ' {% endfor %}'
content += ' '
-
+
content += 'Object: '
content += ' '
content += ' '
-
+
content += 'Class: '
content += ''
content += ' Small left '
@@ -32,17 +32,17 @@
content += ' Large right '
content += ' Full '
content += ' '
-
+
content += ' '
content += 'Insert inlines into your body by choosing an inline type, then an object, then a class.
'
-
+
var div = document.createElement('div');
div.setAttribute('style', 'margin-top:10px;');
div.innerHTML = content;
-
+
body_div.insertBefore(div, document.getElementById('id_body').nextSibling);
}
-
+
function insertInline(type, id, classname) {
if (type != '----------' && id != '') {
inline = ' ';
@@ -50,7 +50,7 @@
body.value = body.value + inline + '\n';
}
}
-
+
addEvent(window, 'load', InlineInit);
{% endblock %}
\ No newline at end of file
diff --git a/basic/blog/templates/blog/post_archive_year.html b/basic/blog/templates/blog/post_archive_year.html
index 8add787..2b48e82 100644
--- a/basic/blog/templates/blog/post_archive_year.html
+++ b/basic/blog/templates/blog/post_archive_year.html
@@ -11,7 +11,7 @@ {% trans "Post archive for" %} {{ year }}
{% endblock %}
-{% block content %}
+{% block content %}
{% for month in date_list %}
{{ month|date:"F" }}
diff --git a/basic/blog/templates/blog/post_list.html b/basic/blog/templates/blog/post_list.html
index 8ad1b48..44b5ad5 100644
--- a/basic/blog/templates/blog/post_list.html
+++ b/basic/blog/templates/blog/post_list.html
@@ -21,7 +21,7 @@
-
+
{% if message %}
{% for post in object_list %}
diff --git a/basic/books/templates/books/book_detail.html b/basic/books/templates/books/book_detail.html
index 5f300f7..92bfa74 100644
--- a/basic/books/templates/books/book_detail.html
+++ b/basic/books/templates/books/book_detail.html
@@ -14,13 +14,13 @@
Books
{% load markup %}
{{ object.full_title }}
{% if object.subtitle %}{{ object.subtitle }} {% endif %}
-
+
{% if object.cover %}
{% else %}
{% endif %}
-
+
Author{{ object.authors.all|pluralize }}: {% for author in object.authors.all %}{{ author.full_name }} {% if not forloop.last %}, {% endif %}{% endfor %}
Publisher: {{ object.publisher.full_title }}
@@ -29,14 +29,14 @@ {{ object.full_title }}
Genre: {% for genre in object.genre.all %}{{ genre.title }}{% if not forloop.last %}, {% endif %}{% endfor %}
ISBN: {{ object.isbn }} (Amazon )
-
+
{% if object.description %}
Description
{{ object.description|markdown:"safe" }}
{% endif %}
-
+
{% if object.highlight_set.all %}
Highlights
diff --git a/basic/comments/templates/comments/form.html b/basic/comments/templates/comments/form.html
index 45a6d33..780aadc 100644
--- a/basic/comments/templates/comments/form.html
+++ b/basic/comments/templates/comments/form.html
@@ -1,7 +1,7 @@
{% load stringutils comments i18n %}
{% endif %}
-
+
{% if user.is_authenticated %}
Start a group
{% endif %}
diff --git a/basic/groups/templates/groups/pages/page_detail.html b/basic/groups/templates/groups/pages/page_detail.html
index f6bb943..d4081f9 100644
--- a/basic/groups/templates/groups/pages/page_detail.html
+++ b/basic/groups/templates/groups/pages/page_detail.html
@@ -13,6 +13,6 @@
{{ page.body|markdown }}
-
Modifed {{ page.modified|timesince }} ago.
+
Modifed {{ page.modified|timesince }} ago.
{% if group|is_owner:user %}Edit {% endif %}
{% endblock %}
\ No newline at end of file
diff --git a/basic/media/templates/inlines/media_photo.html b/basic/media/templates/inlines/media_photo.html
index 373675f..256a6a8 100644
--- a/basic/media/templates/inlines/media_photo.html
+++ b/basic/media/templates/inlines/media_photo.html
@@ -15,7 +15,7 @@
{% else %}
- {% for object in object_list %}
+ {% for object in object_list %}
diff --git a/basic/media/templates/media/video_detail.html b/basic/media/templates/media/video_detail.html
index 5c17a41..ad258a2 100644
--- a/basic/media/templates/media/video_detail.html
+++ b/basic/media/templates/media/video_detail.html
@@ -10,5 +10,5 @@
{{ object.title }}
{% block content %}
-
+
{% endblock %}
\ No newline at end of file
diff --git a/basic/movies/templates/movies/movie_detail.html b/basic/movies/templates/movies/movie_detail.html
index 7e84b76..23deabc 100644
--- a/basic/movies/templates/movies/movie_detail.html
+++ b/basic/movies/templates/movies/movie_detail.html
@@ -14,13 +14,13 @@
Movies
{% load markup %}
{{ object.full_title }}
{% if object.subtitle %}{{ object.subtitle }} {% endif %}
-
+
{% if object.cover %}
{% else %}
{% endif %}
-
+
Directors: {% for director in object.directors.all %}{{ director.full_name }} {% if not forloop.last %}, {% endif %}{% endfor %}
Studio: {{ object.studio.full_title }}
@@ -28,7 +28,7 @@ {{ object.full_title }}
Genre: {% for genre in object.genre.all %}{{ genre.title }}{% if not forloop.last %}, {% endif %}{% endfor %}
ASIN: {{ object.asin }} (Amazon )
-
+
{% if object.review %}
Review
diff --git a/basic/music/templates/music/album_detail.html b/basic/music/templates/music/album_detail.html
index 2fef6e6..e416f8b 100644
--- a/basic/music/templates/music/album_detail.html
+++ b/basic/music/templates/music/album_detail.html
@@ -15,27 +15,27 @@
Music Albums
{% load markup %}
{{ object.full_title }}
{{ object.band.full_title }}
-
+
{% if object.cover %}
{% else %}
{% endif %}
-
+
Label: {{ object.label.full_title }}
Released: {{ object.released|date:"d F Y" }}
Genre: {% for genre in object.genre.all %}{{ genre.title }}{% if not forloop.last %}, {% endif %}{% endfor %}
ASIN: {{ object.asin }} (Amazon )
-
+
{% if object.review %}
Review
{{ object.review|markdown:"safe" }}
{% endif %}
-
+
{% if object.band.album_set.all %}
{% ifnotequal object.band.album_set.count 1 %}
Other albums
@@ -48,7 +48,7 @@
Other albums
{% endifnotequal %}
{% endif %}
-
+
{% if object.tracks.all %}
Mp3's
@@ -57,5 +57,5 @@ Mp3's
{% endfor %}
{% endif %}
-
+
{% endblock %}
\ No newline at end of file
diff --git a/basic/music/templates/music/band_detail.html b/basic/music/templates/music/band_detail.html
index ef23c07..e910660 100644
--- a/basic/music/templates/music/band_detail.html
+++ b/basic/music/templates/music/band_detail.html
@@ -13,7 +13,7 @@
Music Bands
{% block content %}
{{ object.full_title }} Website
-
+
{% if object.musicians.all %}
Members
@@ -22,7 +22,7 @@ Members
{% endfor %}
{% endif %}
-
+
{% if object.album_set.all %}
Albums
diff --git a/basic/music/templates/music/index.html b/basic/music/templates/music/index.html
index bee8c16..cd4fdba 100644
--- a/basic/music/templates/music/index.html
+++ b/basic/music/templates/music/index.html
@@ -10,5 +10,5 @@ Music
{% endblock %}
{% block content %}
-
+
{% endblock %}
\ No newline at end of file
diff --git a/basic/people/templates/people/person_detail.html b/basic/people/templates/people/person_detail.html
index 6327142..583c77d 100644
--- a/basic/people/templates/people/person_detail.html
+++ b/basic/people/templates/people/person_detail.html
@@ -21,7 +21,7 @@ Books
{% endfor %}
{% endif %}
-
+
{% if object.band_set.all %}
Bands
@@ -30,7 +30,7 @@ Bands
{% endfor %}
{% endif %}
-
+
{% if object.movie_set.all %}
Movies
@@ -39,5 +39,5 @@ Movies
{% endfor %}
{% endif %}
-
+
{% endblock %}
\ No newline at end of file
diff --git a/basic/places/templates/places/place_detail.html b/basic/places/templates/places/place_detail.html
index f2b8308..e1e1ddc 100644
--- a/basic/places/templates/places/place_detail.html
+++ b/basic/places/templates/places/place_detail.html
@@ -33,7 +33,7 @@
{{ object.point.address }}, Email
Type: {% for type in object.place_types.all %}{{ type }} {% if not forloop.last %}, {% endif %}{% endfor %}
-
+
{% if object.description %}
Description
diff --git a/basic/places/templates/places/place_list.html b/basic/places/templates/places/place_list.html
index 1e7c8aa..d9312a4 100644
--- a/basic/places/templates/places/place_list.html
+++ b/basic/places/templates/places/place_list.html
@@ -16,7 +16,7 @@
Places
{{ place.title }}
{% endfor %}
-
+
{% if is_paginated %}
Services
{% endfor %}
{% endif %}
-
+
{% if object.user.link_set.all %}
Links