From ae5514861a9be8b34ff0151a7a629c22adbdae7d Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Fri, 15 Sep 2023 13:22:56 +0200 Subject: [PATCH] Extend FAQ --- pflaenzli/pflaenzli/templates/app/faq.html | 31 +++++++++++++++------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/pflaenzli/pflaenzli/templates/app/faq.html b/pflaenzli/pflaenzli/templates/app/faq.html index 57bf1ef..c2a44c7 100644 --- a/pflaenzli/pflaenzli/templates/app/faq.html +++ b/pflaenzli/pflaenzli/templates/app/faq.html @@ -1,14 +1,25 @@ {% extends 'base.html' %} {% load i18n %} {% block title %}FAQ{% endblock %} -{% block meta %}{% endblock %} -{% block content %} -

Frequently Asked Questions

-

Is it free?

-

- Yes, pflänz.li is free to use and its source code is publically accessible. -

-

Can I help?

- Yes, feel free to contact @thisfro! -

+{% block meta %} + +{% endblock %} +{% block content %} +

{% trans "Frequently Asked Questions" %}

+

{% trans "How can I trade plants?" %}

+

+ {% trans "First you need an account, so please register if you don't have one. Then you can create an offer with your plant and add wishes in your wishlist. Find another plant someone offers and offer them a trade. The person will receive an email with your contact and indicates your interest. They can then respond to you and you can agree upon the trade details, e.g. where and when to exchange the plants." %} +

+

{% trans "Is it free?" %}

+

+ {% trans "Yes, Pflänz.li is free to use and its source code is publicly accessible." %} +

+

{% trans "Can I help?" %}

+

+ {% trans "Yes, feel free to contact @thisfro!" %} +

+

{% trans "Does Pflänz.li use tracking?" %}

+

+ {% trans "Yes Pflänz.li uses the open-source tool umami, but no cookies are needed to do that and only general anonymous data is collected." %} +

{% endblock %}