aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig')
-rw-r--r--app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig b/app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig
new file mode 100644
index 00000000..42566a05
--- /dev/null
+++ b/app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig
@@ -0,0 +1,7 @@
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
3{% block title %}{{ 'developer.client.page_title'|trans }}{% endblock %}
4
5{% block content %}
6{% include "FOSOAuthServerBundle:Authorize:authorize_content.html.twig" %}
7{% endblock content %}