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..cfe4115 100644 --- a/README.md +++ b/README.md @@ -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 0c328ae..ec22962 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 %} @@ -30,15 +30,17 @@ {% 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 %}