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 %} -
-Address:
- Martin Mahner
- Lauterbacher Str. 4
- DE-18581 Putbus
+ Martin Mahner
+ Lauterbacher Str. 4
+ DE-18581 Putbus
Germany
{% trans "No snippets saved. Either all your snippets are expired or your cookie has changed." %}
{% endfor %}