{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Editar Categoria {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Editar Categoria.

{{ form.csrf_token }}
{{ form.nombre(class="form-control", id="nombre", placeholder="Categoria") }}
{{ form.descripcion(class="form-control", id="descripcion", placeholder="Descripción") }}

Cancelar