您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

14 行
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>