* Add words

* Add more words

Words are nice
This commit is contained in:
Anna-Maria Meriniemi 2017-09-02 01:14:11 +03:00 committed by Arylide
parent 07b45622f4
commit 04a8ff95d2
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -11,9 +11,9 @@
{% endblock %}
{% block body %}
{% if search["term"] == '' %}
{% if not search.term %}
<div class="alert alert-info">
<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
<p>We welcome you to provide feedback on IRC at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommended!</p>
</div>
{% endif %}