Add services and SSH keys.
[cas.git] / src / ssh_keys / templates / ssh_keys / base.html
1 {% extends "account/base.html" %}
2
3
4 {% block menu %}
5   {% with menu='ssh' %}
6     {{ block.super }}
7   {% endwith %}
8 {% endblock %}