diff options
Diffstat (limited to 'portal-gui/rpkigui/templates/myrpki/conf_empty.html')
-rw-r--r-- | portal-gui/rpkigui/templates/myrpki/conf_empty.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/portal-gui/rpkigui/templates/myrpki/conf_empty.html b/portal-gui/rpkigui/templates/myrpki/conf_empty.html new file mode 100644 index 00000000..0ef9366c --- /dev/null +++ b/portal-gui/rpkigui/templates/myrpki/conf_empty.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} + +<h1>Error!</h1> +<p>Your account does not have permission to manage any resource handles on this server. Please contact your portal-gui operator. + +{% endblock %} |