From 04a8ff95d26e892c4c18051fc8045a76cbbdc836 Mon Sep 17 00:00:00 2001 From: Anna-Maria Meriniemi Date: Sat, 2 Sep 2017 01:14:11 +0300 Subject: [PATCH] Words (#355) * Add words * Add more words Words are nice --- .github/issue_template.md | 3 +++ nyaa/templates/home.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index d1cd8b9..dfe42b3 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,2 +1,5 @@ Describe your issue/feature request here (you can remove all this text). Describe well and include images, if relevant! + Please make sure to skim through the existing issues, your issue/request/etc may have already been noted! + +IMPORTANT: only submit issues that are relevant to the code. We do not offer support for any deployments of the project here; make your way to the IRC channel in such cases. diff --git a/nyaa/templates/home.html b/nyaa/templates/home.html index 8526d5d..ae44076 100644 --- a/nyaa/templates/home.html +++ b/nyaa/templates/home.html @@ -11,9 +11,9 @@ {% endblock %} {% block body %} -{% if search["term"] == '' %} +{% if not search.term %}
-

We welcome you to provide feedback at #nyaa-dev@irc.rizon.net

+

We welcome you to provide feedback on IRC at #nyaa-dev@irc.rizon.net

Our GitHub: https://github.com/nyaadevs - creating issues for features and faults is recommended!

{% endif %}