Skip to content

Commit

Permalink
Fix bad twig import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Jul 6, 2021
1 parent d9ac9fe commit adeb780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
{% include '@RichIdMaintenance/_styles.html.twig' %}
{% include '@RichIdMaintenance/alert/_partial/_styles.html.twig' %}
{% include '@RichIdMaintenance/flag/_partial/_styles.html.twig' %}

<div class="rich-id-maintenance-flag rich-id-maintenance">
<div class="rich-id-maintenance-flag-title">{{ 'maintenance.website_lock'|trans({}, 'maintenance') }}</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Resources/views/flag/main.html.twig
@@ -1,3 +1,3 @@
{% if isWebsiteInMaintenance() and isCurrentIpAuthorizedToAccessToClosedWebsite() %}
{% include '@RichIdMaintenance/alert/_partial/_content.html.twig' %}
{% include '@RichIdMaintenance/flag/_partial/_content.html.twig' %}
{% endif %}

0 comments on commit adeb780

Please sign in to comment.