Website update. There is now a community section.

This commit is contained in:
Armin Ronacher 2010-05-18 17:56:51 +02:00
parent 33bb6dec37
commit 2fb50e55d9
28 changed files with 1441 additions and 33 deletions

View file

@ -13,7 +13,7 @@
<p class=nav>
<a href="{{ url_for('general.index') }}">overview</a> //
<a href="{{ url_for('docs.index') }}">documentation</a> //
<a href="{{ url_for('mailinglist.index') }}">mailinglist</a> //
<a href="{{ url_for('community.index') }}">community</a> //
<a href="{{ url_for('snippets.index') }}">snippets</a> //
<a href="{{ url_for('extensions.index') }}">extensions</a>
{% for message in get_flashed_messages() %}