--- /dev/null +++ b/swtstore/templates/oauth/authorize.html @@ -1 +1,44 @@ +{% extends "layout.html" %} +{% block body %} +
+ The following application wants to get permission to do stuff(?) on the swt + web platform on your behalf. +
+ + + +{% endblock %} + +{% block scripts %} + + + +{% endblock %} --- /dev/null +++ b/swtstore/templates/oauth/authorized.html @@ -1 +1,21 @@ + + + + + --- /dev/null +++ b/swtstore/templates/oauth/login.html @@ -1 +1,41 @@ +{% extends "layout.html" %} + +{% block scripts %} + +{% endblock %}