aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-25 13:16:42 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-25 13:16:42 +0100
commit02b1443ba86e135679eb92790a32f8cec07a762c (patch)
tree6e7822c91146e2e9327b50371f4c5182ab3a202b /template
parent7d58c4a2dd5fd60e09e87de9798d54efbf3efbeb (diff)
downloadtaler-ops-www-02b1443ba86e135679eb92790a32f8cec07a762c.tar.gz
taler-ops-www-02b1443ba86e135679eb92790a32f8cec07a762c.tar.bz2
taler-ops-www-02b1443ba86e135679eb92790a32f8cec07a762c.zip
re-add FAQ link
Diffstat (limited to 'template')
-rw-r--r--template/users.html.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/template/users.html.j2 b/template/users.html.j2
index 03555cb..b54d647 100644
--- a/template/users.html.j2
+++ b/template/users.html.j2
@@ -522,5 +522,10 @@
</div>
</div>
</section>
+ <section>
+ <div class="container">
+ <a class="button active" href="https://taler.net/{{ url_localized('faq.html') }}" target="_blank" rel="noopener noreferrer">{% trans %}Frequently Asked Questions{% endtrans %}</a>
+ </div>
+ </section>
</main>
{% endblock body_content %}