diff options
Diffstat (limited to 'templates/main/about/channels.html')
-rw-r--r-- | templates/main/about/channels.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/main/about/channels.html b/templates/main/about/channels.html index 7bcd2cd9..0ee8df2f 100644 --- a/templates/main/about/channels.html +++ b/templates/main/about/channels.html @@ -54,7 +54,7 @@ <td class="fira-code">#other-languages</td> <td> Discussion about non-Python programming - this is not a channel for non-English - speaking languages + discussion </td> </tr> <tr> @@ -76,7 +76,9 @@ </p> <p> - Please try to pick a channel that isn't busy when asking your question. + Please try to pick a channel that isn't busy when asking your question. If you're not sure + how best to ask a question, take a look at + <a href="{{ url_for("main.info.help") }}">our guide on that subject</a>. </p> <h2>Topical Chat/Help</h2> @@ -156,7 +158,7 @@ <td class="fira-code">#web-development</td> <td> Discussion and questions relating to web development - including Python frameworks - such as Flask and Django, as well as HTML and JavaScript where it related to the Web + such as Flask and Django, as well as HTML and JavaScript where it relates to the Web </td> </tr> </tbody> |