diff --git a/app/Resources/views/persona/edit.html.twig b/app/Resources/views/persona/edit.html.twig index 0804819..64e947f 100644 --- a/app/Resources/views/persona/edit.html.twig +++ b/app/Resources/views/persona/edit.html.twig @@ -7,18 +7,15 @@
-
Formulario De Edición
-
-

Datos Personales

-
-
-
-
-
-
-
-
+
+
+
Formulario De Edición
+ +
+ +
+
{{ form_label(edit_form.cedula) }} {{ form_widget(edit_form.cedula) }}
@@ -27,10 +24,9 @@ {{ edit_form.cedula.vars.errors[0].message }} -
+ {% endif %} -
-
+
{{ form_label(edit_form.nombre) }} @@ -53,7 +49,7 @@ {% endif %}
-
+
@@ -100,6 +96,9 @@
+
+
+
diff --git a/app/Resources/views/persona/show.html.twig b/app/Resources/views/persona/show.html.twig index 186cba2..192567d 100644 --- a/app/Resources/views/persona/show.html.twig +++ b/app/Resources/views/persona/show.html.twig @@ -1,44 +1,80 @@ {% extends 'base.html.twig' %} {% block body %} -

Persona

+
+
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Id{{ persona.id }}
Nombre{{ persona.nombre }}
Apellido{{ persona.apellido }}
Cedula{{ persona.cedula }}
Genero{{ persona.genero }}
Direccion{{ persona.direccion }}
+
+
+
Formulario De Registro
+
+
+
+

Datos Personales

- -{% endblock %} +
+
+
+
+ + + +
+
+ + +
+
+ + +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+
+
+
+
+
+
+
+{% endblock %} \ No newline at end of file