Skip to content

Commit 0f096c7

Browse files
lsvNyholm
authored andcommitted
Fix for symfony 4 templates (#169)
* Fix for symfony 4 templates * Corrected fix for the twig templating
1 parent 8884fed commit 0f096c7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ _translation_edit_in_place:
7474
## Documentation
7575
7676
Read the full documentation at [http://php-translation.readthedocs.io](http://php-translation.readthedocs.io/en/latest/).
77-

Resources/views/WebUI/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "TranslationBundle:WebUI:base.html.twig" %}
1+
{% extends "@Translation/WebUI/base.html.twig" %}
22
{% import _self as macro %}
33

44
{% block body %}

Resources/views/WebUI/show.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "TranslationBundle:WebUI:base.html.twig" %}
1+
{% extends "@Translation/WebUI/base.html.twig" %}
22
{% import _self as macro %}
33

44
{% block body %}

0 commit comments

Comments
 (0)