diff --git a/system/templates/success.html.twig b/system/templates/success.html.twig index 4ccbf5ee..5d9a9b8b 100644 --- a/system/templates/success.html.twig +++ b/system/templates/success.html.twig @@ -1,31 +1,17 @@ -
- -
-
- - - - -
{{ title|raw }}
- - - - -
-
- - - -
-
- - - - -
{{ description|raw }}
-
-
-
+ + + + + + + + + + + +
{{ title|raw }}
+ {{ description|raw }} +

{% if custom_buttons is defined %} {{ custom_buttons|raw }} diff --git a/templates/kathrine/success.html.twig b/templates/kathrine/success.html.twig deleted file mode 100644 index acc034e7..00000000 --- a/templates/kathrine/success.html.twig +++ /dev/null @@ -1,17 +0,0 @@ -

{{ title }}


-{{ description|raw }} -{% if custom_buttons is defined %} -{{ custom_buttons|raw }} -{% else %} -
- - - - - - -
- -
-
-{% endif %} \ No newline at end of file diff --git a/templates/tibiacom/success.html.twig b/templates/tibiacom/success.html.twig new file mode 100644 index 00000000..4ccbf5ee --- /dev/null +++ b/templates/tibiacom/success.html.twig @@ -0,0 +1,44 @@ +
+ +
+
+ + + + +
{{ title|raw }}
+ + + + +
+
+ + + +
+
+ + + + +
{{ description|raw }}
+
+
+
+
+{% if custom_buttons is defined %} +{{ custom_buttons|raw }} +{% else %} +
+ + + + + + +
+ {{ include('buttons.back.html.twig') }} +
+
+{% endif %}