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 += ''
-
+
content += 'Inline type: '
content += ' '
-
+
content += 'Object: '
content += ' '
content += ' '
-
+
content += 'Class: '
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 = '{% if has_next %} diff --git a/basic/blog/templates/blog/post_search.html b/basic/blog/templates/blog/post_search.html index 5b631c9..7b4308e 100644 --- a/basic/blog/templates/blog/post_search.html +++ b/basic/blog/templates/blog/post_search.html @@ -18,11 +18,11 @@
{% if has_next %} diff --git a/basic/profiles/templates/profiles/profile_detail.html b/basic/profiles/templates/profiles/profile_detail.html index cecb828..dc1d9ed 100644 --- a/basic/profiles/templates/profiles/profile_detail.html +++ b/basic/profiles/templates/profiles/profile_detail.html @@ -20,7 +20,7 @@