Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

14 righe
368 B

  1. <div class="group">
  2. <h2>{% trans "Configure two-factor authentication" %}</h2>
  3. <div class="group-cnt">
  4. <form method="POST" action="prefs_twofactor.php">
  5. {{ Url_getHiddenInputs() }}
  6. <input type="hidden" name="2fa_configure" value="{{ configure }}" />
  7. {{ form|raw }}
  8. <input type="submit" value="{% trans "Enable two-factor authentication" %}" />
  9. </form>
  10. </div>
  11. </div>