mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Removed my private info.
This commit is contained in:
parent
34e6840762
commit
f7f4f1b95c
2 changed files with 3 additions and 14 deletions
|
@ -78,17 +78,6 @@
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<hr class="clearfix">
|
<hr class="clearfix">
|
||||||
|
|
||||||
<h3>Imprint</h3>
|
{{ DPASTE_ABOUT_EXTRA }}
|
||||||
|
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -5,8 +5,8 @@ import sys
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# If a 'settings_local' file is present, use it
|
# If a 'settings_local' file is present, use it
|
||||||
try:
|
try:
|
||||||
from dpaste import settings_local
|
from dpaste.settings import local
|
||||||
settings_module = "dpaste.settings_local"
|
settings_module = "dpaste.settings.local"
|
||||||
except ImportError:
|
except ImportError:
|
||||||
settings_module = "dpaste.settings"
|
settings_module = "dpaste.settings"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue