From aa04320d70de2cdea99e86826a8f3b6d88d927f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 20 Jun 2021 14:07:33 +0200 Subject: [PATCH] Fix F-Droid installation button The button was broken because it was classified as popover, which means that the JavaScript code will mess with it. In reality, *that* button was supposed to point at the actual market:// URL. So we just remove the class and associated data here to fix that. Fixes #89. --- snikket_web/templates/invite_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snikket_web/templates/invite_view.html b/snikket_web/templates/invite_view.html index 5469ea8..6467b00 100644 --- a/snikket_web/templates/invite_view.html +++ b/snikket_web/templates/invite_view.html @@ -127,7 +127,7 @@

{% trans %}After installing Snikket via F-Droid, you have to return to this invite link and tap on "Open the app" to proceed.{% endtrans %}

  1. {% trans %}First install Snikket from F-Droid using the button below:{% endtrans %}

    -

    {% trans %}Install via F-Droid{% endtrans %}

  2. +

    {% trans %}Install via F-Droid{% endtrans %}

  3. {% trans %}After the installation is complete, you can return to this page and tap the "Open the app" button to continue with the setup:{% endtrans %}

    {%- call standard_button("exit_to_app", invite.xmpp_uri, class="primary") -%}