diff --git a/Source/.env.dist b/Source/.env.dist new file mode 100644 index 0000000..2148dfc --- /dev/null +++ b/Source/.env.dist @@ -0,0 +1,3 @@ +# This file is a "template" of which env vars need to be defined for your application +# Copy this file to .env file for development, create environment variables when deploying to production +# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration diff --git a/Source/assets/html/add.twig b/Source/assets/html/add.twig index e15b55e..950dd6b 100644 --- a/Source/assets/html/add.twig +++ b/Source/assets/html/add.twig @@ -1,4 +1,4 @@ -{% extends "base.twig" %} +{% extends app.fronthtml~"/base.twig" %} {% block content %}