Skip to content

Commit

Permalink
Correct namespaces for v4.2 (#100)
Browse files Browse the repository at this point in the history
* Correct namespaces for v4.2

* Update edit.html.twig

Edit also this file.

Co-authored-by: Romain Laisne <[email protected]>
  • Loading branch information
romainlaisne and Romain Laisne committed Sep 9, 2021
1 parent 1c2b3ac commit d402cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Default/edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1>{{ 'Edit a cron' | trans({}, 'BCCCronManagerBundle') }}</h1>
</div>
<form role="form" method="post" action="#">
{% include 'BCCCronManagerBundle:Default:form.html.twig' with {'form': form} %}
{% include 'BCCCronManagerBundle/Default/form.html.twig' with {'form': form} %}
<input type="submit" class="btn btn-success btn-lg" value="{{ 'Edit' | trans({}, 'BCCCronManagerBundle') }}"/>
</form>
</section>
Expand Down

0 comments on commit d402cb3

Please sign in to comment.