butter-portal/app/templates/messaging.html

19 lines
801 B
HTML
Raw Normal View History

2026-02-17 10:23:25 +00:00
{% extends "base.html" %}
{% block content %}
<h1 class="title is-large butter-title">{{ _('Secure Messenger') }}</h1>
2026-02-17 10:23:25 +00:00
<div class="block">
<p> {{ _("To use secure messaging, install Delta Chat and then return to this page to create your local offline account.")}}</p>
2026-02-17 10:23:25 +00:00
</div>
<a href="{{ url_for('static', filename='DeltaChat_2.35.0_APKPure.apk') }}"><button class="button is-link is-fullwidth block">
<p>{{ _("Step 1") }}<br> {{ _("Download and install") }}</p>
2026-02-17 10:23:25 +00:00
</button>
</a>
<div class="block"></div>
<form action="{{ url_for('generate_random_deltachat_credentials') }}" method="post">
<button type="submit" class="button is-link is-fullwidth block">
<p>{{ _("Step 2") }} <br> {{ _("Create offline account") }} </p>
2026-02-17 10:23:25 +00:00
</button>
</form>
{% endblock %}