diff --git a/.gitignore b/.gitignore index 3eee248..0e85901 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +*.pyc dpaste/settings_local.py dpaste.egg-info diff --git a/README.md b/README.md index f64f2d1..5ff869b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ dpaste dpaste is a Django based pastebin. It's intended to run separatly or installed into an existing Django project. -You can find a live example on http://www.dpaste.de/ +You can find a live example on http://dpaste.de/ Testing @@ -16,5 +16,5 @@ Testing ``` $ pip install -r requirements.txt $ pip install -e . -$ manage.py test dpaste +$ manage.py test dpaste ``` diff --git a/dpaste/templates/dpaste/about.html b/dpaste/templates/dpaste/about.html index 4a22b30..5b011df 100644 --- a/dpaste/templates/dpaste/about.html +++ b/dpaste/templates/dpaste/about.html @@ -47,16 +47,16 @@ {% endfor %} -
-
+
+

Imprint

Address:

- Martin Mahner
- Lauterbacher Str. 4
- DE-18581 Putbus
+ Martin Mahner
+ Lauterbacher Str. 4
+ DE-18581 Putbus
Germany

diff --git a/dpaste/templates/dpaste/base.html b/dpaste/templates/dpaste/base.html index c85fd74..f6b8a62 100644 --- a/dpaste/templates/dpaste/base.html +++ b/dpaste/templates/dpaste/base.html @@ -2,8 +2,8 @@ dpaste.de: {% block title %}{% trans "New snippet" %}{% endblock %} - - + + {% block extrahead %}{% endblock %} @@ -28,21 +28,29 @@ {% block script_footer %} - + -
{% endif %} - + diff --git a/dpaste/templates/dpaste/snippet_list.html b/dpaste/templates/dpaste/snippet_list.html index f36c061..21f33c1 100644 --- a/dpaste/templates/dpaste/snippet_list.html +++ b/dpaste/templates/dpaste/snippet_list.html @@ -13,7 +13,7 @@ {% include "dpaste/snippet_pre.html" %} - {% if not forloop.last %}
{% endif %} + {% if not forloop.last %}
{% endif %} {% empty %}

{% trans "No snippets saved. Either all your snippets are expired or your cookie has changed." %}

{% endfor %}