X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/3a65fcbfa423d5627e41c2f9e17c464d4a594087..5c901ee485c3abdf11dec71bdb7534f1f6a9eaa9:/src/ssh_keys/templates/ssh_keys/base.html diff --git a/src/ssh_keys/templates/ssh_keys/base.html b/src/ssh_keys/templates/ssh_keys/base.html new file mode 100644 index 0000000..2e21241 --- /dev/null +++ b/src/ssh_keys/templates/ssh_keys/base.html @@ -0,0 +1,8 @@ +{% extends "account/base.html" %} + + +{% block menu %} + {% with menu='ssh' %} + {{ block.super }} + {% endwith %} +{% endblock %}