Add Jabber address.

This commit is contained in:
Georg Brandl 2008-03-25 18:34:11 +00:00
parent 7a4cfd3d05
commit d2ee24fb2f
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ Index</a>, or install it with:</p>
<h3>Questions? Suggestions?</h3>
<p>Send them to <nobr>&lt;georg at python org&gt;</nobr>, or come to the
<p>Send them to <nobr>&lt;georg at python org&gt;</nobr>, contact the author
via Jabber at <nobr>&lt;gbrandl at pocoo org&gt;</nobr> or come to the
<tt>#python-docs</tt> channel on FreeNode.</p>
<p>You can also open a bug at Python's <a href="http://bugs.python.org/">bug
tracker</a>, using the "Documentation tools" category.</p>

View File

@ -7,7 +7,7 @@
{% block beforerelbar %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<img src="{{ pathto("static/sphinx.png", 1) }}">
<img src="{{ pathto("_static/sphinx.png", 1) }}">
</div>
{% endblock %}