diff --git a/ietf/secr/templates/unauthorized.html b/ietf/secr/templates/unauthorized.html new file mode 100755 index 000000000..8d2cdaf16 --- /dev/null +++ b/ietf/secr/templates/unauthorized.html @@ -0,0 +1,17 @@ +{% extends "base_site.html" %} + +{% block title %}Unauthorized{% endblock %} + +{% block content %} + +
Login invalid
+{% endif %} + + +{% endblock %}