Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48ad31
)
Add slug field
author
Raphaël Gertz
<git@rapsys.eu>
Sat, 28 Aug 2021 08:18:24 +0000
(10:18 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Sat, 28 Aug 2021 08:18:24 +0000
(10:18 +0200)
Resources/views/form/edit.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/form/edit.html.twig
b/Resources/views/form/edit.html.twig
index 8540c46ab4ea6e0f0f32163cd526a0170e658b2c..e8e0adfa250cd5076c689555753b152397a5c11a 100644
(file)
--- a/
Resources/views/form/edit.html.twig
+++ b/
Resources/views/form/edit.html.twig
@@
-25,6
+25,10
@@
{{ form_row(edit.pseudonym) }}
{% endif %}
+ {% if edit.slug is defined %}
+ {{ form_row(edit.slug) }}
+ {% endif %}
+
{% if edit.phone is defined %}
{{ form_row(edit.phone) }}
{% endif %}