Removed my private info.

This commit is contained in:
Martin Mahner 2013-11-29 19:35:23 +01:00
parent 34e6840762
commit f7f4f1b95c
2 changed files with 3 additions and 14 deletions

View file

@ -78,17 +78,6 @@
<div class="clearfix"></div>
<hr class="clearfix">
<h3>Imprint</h3>
<p><strong>Address:</strong></p>
<p>
Martin Mahner<br>
Lauterbacher Str. 4<br>
DE-18581 Putbus<br>
Germany
</p>
<p><strong>Jabber/E-Mail:</strong></p>
<p><a href="mailto:martin@mahner.org">martin@mahner.org</a></p>
{{ DPASTE_ABOUT_EXTRA }}
</div>
{% endblock %}

View file

@ -5,8 +5,8 @@ import sys
if __name__ == "__main__":
# If a 'settings_local' file is present, use it
try:
from dpaste import settings_local
settings_module = "dpaste.settings_local"
from dpaste.settings import local
settings_module = "dpaste.settings.local"
except ImportError:
settings_module = "dpaste.settings"