You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
223B

  1. {% extends 'base.html.twig' %}
  2. {% block title %}Edit Entity{% endblock %}
  3. {% block body %}
  4. <h1>Edit CreditConfig</h1>
  5. {{ include('@LcShop/default/_form.html.twig', {'button_label': 'Update'}) }}
  6. {% endblock %}