Skip to content

Commit 52efad9

Browse files
committed
Merge branch 'develop' into production
2 parents 93253bd + f1da2f1 commit 52efad9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/sitepackage/edit.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends '@Template/layout.html.twig' %}
1+
{% extends 'layout.html.twig' %}
22
{% block title %}Edit your TYPO3 Site Package configuration{% endblock %}
33
{% block body %}
44

templates/sitepackage/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends '@Template/layout.html.twig' %}
1+
{% extends 'layout.html.twig' %}
22
{% block title %}Kickstart your TYPO3 template development{% endblock %}
33
{% block body %}
44

templates/sitepackage/new.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends '@Template/layout.html.twig' %}
1+
{% extends 'layout.html.twig' %}
22
{% block title %}Create your very own TYPO3 Site Package{% endblock %}
33
{% block body %}
44

templates/sitepackage/success.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends '@Template/layout.html.twig' %}
1+
{% extends 'layout.html.twig' %}
22
{% block title %}Success{% endblock %}
33
{% block body %}
44

0 commit comments

Comments
 (0)