From b5f1fd18f4a40a76cf3fd243cd055f1db78eabc3 Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Tue, 18 Feb 2020 16:30:53 +0400 Subject: [PATCH] PHRAS-2779 #comment fix delete application on account #time 4h --- .../web/developers/application_form.html.twig | 22 +++++++++++-------- .../web/developers/applications.html.twig | 21 ++++++++++++++++++ 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/templates/web/developers/application_form.html.twig b/templates/web/developers/application_form.html.twig index 7d8e2eea76..c1ec6cb8bf 100644 --- a/templates/web/developers/application_form.html.twig +++ b/templates/web/developers/application_form.html.twig @@ -45,7 +45,7 @@ {% endmacro %} {% block content_account %} -
+ {% if form is none %} {% set name, description, website, callback = "", "", "", "" %} {% set app_type = "web" %} @@ -74,7 +74,7 @@
- @@ -101,7 +101,7 @@
- @@ -110,14 +110,18 @@
{% endif %} -
- - - +
+ +
+ +
+
{% endblock %} diff --git a/templates/web/developers/applications.html.twig b/templates/web/developers/applications.html.twig index 63da01ba29..9e6f523598 100644 --- a/templates/web/developers/applications.html.twig +++ b/templates/web/developers/applications.html.twig @@ -66,4 +66,25 @@
+ + {% endblock %}