castellan-ui/castellan_ui/templates/_symmetric_key_generate.html

8 lines
211 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<p>{% trans "Check your key manager to see which algorithms and bit lengths are supported." %}</p>
{% endblock %}