Added link to the feedback website

This commit is contained in:
Armin Ronacher 2011-01-28 18:16:51 +01:00
parent bbc9243200
commit 24487e31d2
2 changed files with 8 additions and 2 deletions

View file

@ -5,7 +5,10 @@
community evolved around it. There is an active
<a href="{{ url_for('mailinglist.index') }}">mailinglist</a> both for
developers using Flask as well as working on the core, and an
<a href="{{ url_for('community.irc') }}">IRC</a> channel.
<a href="{{ url_for('community.irc') }}">IRC</a> channel. Also consider
visiting the <a href="http://feedback.flask.pocoo.org/">feedback</a>
website and dropping us some messages there if you are happy or
unhappy with Flask to help us improve.
<p>
If you want to spread the word, there is also a selection of
<a href="{{ url_for('community.badges') }}">badges</a> and
@ -19,6 +22,7 @@
<li><a href="{{ url_for('community.poweredby') }}">Powered By Flask</a>
<li><a href="{{ url_for('community.badges') }}">Badges</a>
<li><a href="{{ url_for('community.logos') }}">Logos</a>
<li><a href="http://feedback.flask.pocoo.org/">Feedback</a>
<li><a href="http://flask.spreadshirt.net/">Store</a>
</ul>
{% endblock %}