Merge branch 'bug/13443_vm_template_ballooning' into release/0.10
[ganeti_webmgr.git] / ganeti_web / templates / registration / logout.html
blob09357d910e493a4c810c4d01f9a18766ffdfc1a5
1 {% extends "no_menu_base.html" %}
2 {% load i18n %}
3 {% block content %}
4 <p>{% trans "Logged out" %}</p>
5 {% endblock %}