dashboard: fix typo
Showing
| {% load i18n %} | {% load i18n %} | ||
| {% load staticfiles %} | {% load staticfiles %} | ||
| {% if not perms.vm.vm_access_console %} | {% if not perms.vm.access_console %} | ||
Please
register
or
sign in
to reply
|
|||
| <div class="alert alert-warning"> | <div class="alert alert-warning"> | ||
| {% trans "You are not authorized to access the VNC console." %} | {% trans "You are not authorized to access the VNC console." %} | ||
| </div> | </div> | ||
| ... | ... |