Skip to content

Commit

Permalink
BugFix themes link (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavasinf committed Sep 16, 2022
1 parent a3a0ccd commit 086a447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/form_theme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Form theme

This bundle does ship three form-themes:
- [templates/layout/form-theme.html.twig](templates/layout/form-theme.html.twig)
- [templates/layout/form-theme-horizontal.html.twig](templates/layout/form-theme-horizontal.html.twig)
- [templates/layout/form-theme-security.html.twig](templates/layout/form-theme-security.html.twig)
- [templates/layout/form-theme.html.twig](/templates/layout/form-theme.html.twig)
- [templates/layout/form-theme-horizontal.html.twig](/templates/layout/form-theme-horizontal.html.twig)
- [templates/layout/form-theme-security.html.twig](/templates/layout/form-theme-security.html.twig)

None of these themes is automatically loaded, you have to use it manually.

Expand Down

0 comments on commit 086a447

Please sign in to comment.