Added link to the feedback website
This commit is contained in:
parent
bbc9243200
commit
24487e31d2
2 changed files with 8 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -77,7 +77,9 @@ def hello():
|
|||
create a new ticket or fork. If you just want to chat with fellow
|
||||
developers, visit <a href="{{ url_for('community.irc') }}">the IRC
|
||||
channel</a> or join <a href="{{ url_for('mailinglist.index') }}"
|
||||
>the mailinglist</a>.
|
||||
>the mailinglist</a>. Also as a simple method to help us improve
|
||||
the framework, visit the <a href=http://feedback.flask.pocoo.org/
|
||||
>feedback website</a>.
|
||||
{% if tweets %}
|
||||
<h2>Recent Tweets</h2>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue