diff --git a/lemonauth/templates/lemonauth/indie.html b/lemonauth/templates/lemonauth/indie.html new file mode 100644 index 0000000..cfe6615 --- /dev/null +++ b/lemonauth/templates/lemonauth/indie.html @@ -0,0 +1,70 @@ +{% extends 'lemoncurry/layout.html' %} +{% load markdown static %} + +{% block styles %} + +{% endblock %} + +{% block main %} +
{{ '' | force_escape }} - they are who they claim to be!
+{{ '' | force_escape }} - check the redirect uri carefully yourself!
++ Uh oh! Your username and password didn't match. Please try again. +
+ {% endif %} + + {% if next %} + {% if user.is_authenticated %} ++ Hang on! Your account doesn't have access to this page. To proceed, please log in to an account that does have access. +
+ {% else %} ++ Oops! Please log in to see this page. +
+ {% endif %} + {% endif %} + + +{{ field.help_text }}
{% endif %} +