From 8eff84fe8b00c32efda5e0090f12d02a01367155 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Sun, 2 Jan 2022 21:46:17 +0100 Subject: disconnect oauth check validity --- accounts/templates/accounts/index.html | 57 ++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 19 deletions(-) (limited to 'accounts/templates') diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html index 874231b..7cd287d 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -12,13 +12,14 @@
  • Info Personali
  • Info Mediche
  • Impostazioni
  • +
  • Woooo
  • {% endblock%} {% block content %}
    -
    +
    @@ -310,10 +311,14 @@ save
    -
    +
    +
    + Helloooooo +
    +
    @@ -322,29 +327,43 @@
    Collegamento con MiData
    -
    -
    - Collega il tuo account con MiData per avere un login unico. Attenzione una volta collegato il - tuo account i dati presenti su MiData dovranno essere modificati sulla piattaforma stessa. + {% if midata_user %} +
    +
    + Il tuo utente è già connesso a MiData +
    +
    -
    -
    + {% endblock %} {% block script %} -- cgit v1.2.1