We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdec10 commit c4c50ddCopy full SHA for c4c50dd
packages/hidp/hidp/templates/hidp/otp/setup_device.html
@@ -66,6 +66,8 @@ <h2>{% translate 'Recovery codes' %}</h2>
66
{{ form.confirm_stored_backup_tokens }}
67
</p>
68
69
- {% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Submit') cancel_label=_('Back') cancel_url=back_url %}
+ {% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Submit') %}
70
</form>
71
+
72
+ {% include 'hidp/includes/forms/logout_form.html' with logout_label=_('Back') %}
73
{% endblock %}
0 commit comments