{% extends 'base.html' %} {% load static %} {% load widget_tweaks %} {% block body %}

edit {{ model_name }}

{% csrf_token %}
{# {% include 'components/image-field.html' with label='Picture' field=form.picture default_image='/static/assets/media/image.png' holder_img_class='rounded' image_field_hover_class='rounded-lg' holder_class='rounded-lg' image_field_class='rounded-lg' %}#} {% include 'component/input.html' with md=12 input=form.picture %}
{# {% include 'components/image-field.html' with label='Picture Sm' field=form.picture_sm default_image='/static/assets/media/image.png' holder_img_class='rounded' image_field_hover_class='rounded-lg' holder_class='rounded-lg' image_field_class='rounded-lg' %}#} {% include 'component/input.html' with md=12 input=form.picture_sm %}
{% include 'component/input.html' with md=12 input=form.title %} {% include 'component/input.html' with md=12 input=form.link %}
{% render_field form.lang class="form-control no-select2" %}
{% endblock %} {% block script %} {% endblock %}