ba-thesis/app/authentication/templates/authentication/register-finalize.html

19 lines
1.1 KiB
HTML

{% extends 'core/base.html' %}
{% load static %}
{% block title %}
Medwings | Sign Up
{% endblock title %}
{% block content %}
<div class="flex flex-col justify-center items-center gap-8 py-4 mx-4 max-w-lg">
<h2>Register</h2>
<p>To finalize your registration and receive regular notifications, please take the following steps:</p>
<div class="flex call-to-action-box">
<ol class="font-semibold p-0 sm:p-4">
<li>Install the Gotify App on your smartphone, available on <a href="https://f-droid.org/en/packages/com.github.gotify/">F-Droid</a> or on the <a href="https://play.google.com/store/apps/details?id=com.github.gotify">Google Play Store</a>.</li>
<li>Open the app, and connect to our notification server <code class="text-xs sm:text-sm">{{ gotify_public_url }}</code> and log in using your Medwings username and password.</li>
</ol>
</div>
<p>All set! You can now <a href="{% url 'login' %}">log in</a> to view your data or <a href="{% url 'mews-init' %}">take your first MEWS measurement</a>.
</div>
{% endblock content %}