configstuff
This commit is contained in:
parent
ca0e7d300d
commit
c3411e5754
12 changed files with 243 additions and 121 deletions
13
templates/system_config/edit.html.twig
Normal file
13
templates/system_config/edit.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Edit System Setting{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit System Setting: {{ system_config.key.name }}</h1>
|
||||
|
||||
{{ include('system_config/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
<a href="{{ path('app_system_config_index') }}">back to list</a>
|
||||
|
||||
{{ include('system_config/_reset_form.html.twig') }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue