This website requires JavaScript.
Explore
Help
Register
Sign In
jcgitadmin
/
jingcai-php
Watch
1
Star
0
Fork
You've already forked jingcai-php
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
74a9f36d9d
jingcai-php
/
public
/
phmad521
/
templates
/
config
/
form_display
/
errors.twig
7 lines
119 B
Twig
Executable File
Raw
Blame
History
<dl>
<dt>
{{
name
}}
</dt>
{%
for
error
in
error_list
%}
<dd>
{{
error
|
raw
}}
</dd>
{%
endfor
%}
</dl>
Reference in New Issue
View Git Blame
Copy Permalink