Add services and SSH keys.
[cas.git] / 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 (file)
index 0000000..2e21241
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "account/base.html" %}
+
+
+{% block menu %}
+  {% with menu='ssh' %}
+    {{ block.super }}
+  {% endwith %}
+{% endblock %}