emojis
This commit is contained in:
parent
f0c738362a
commit
476f91f7cf
27 changed files with 401 additions and 174 deletions
|
@ -1,13 +1,13 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Edit System Setting{% endblock %}
|
||||
{% block title %}✏️📝 EDIT SYSTEM SETTING!!! 🔥💯⚡🚀💫⭐✨🎉🎊💃🕺🎈🎁🎀🎂🍰🧁🍭🍬🍫🍩🍪🎪🎨🎭🎪🎯🎲🎰{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit System Setting: {{ system_config.key.name }}</h1>
|
||||
<h1>✏️📝⚙️🔧 EDIT SYSTEM SETTING!!! {{ system_config.key.name }} 🔥💯⚡🚀💫⭐✨🎉🎊💃🕺🎈🎁🎀🎂🍰🧁🍭🍬🍫🍩🍪🎪🎨🎭🎪🎯🎲🎰</h1>
|
||||
|
||||
{{ include('system_config/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
{{ include('system_config/_form.html.twig', {'button_label': '🔄💯 UPDATE!!! 🚀💫⚡🔥'}) }}
|
||||
|
||||
<a href="{{ path('app_system_config_index') }}">back to list</a>
|
||||
<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