4 lines
391 B
Twig
4 lines
391 B
Twig
<form method="post" action="{{ path('app_system_config_reset', {'id': system_config.id}) }}" onsubmit="return confirm('🚨💀⚠️ ARE YOU SURE YOU WANT TO RESET THIS SETTING TO ITS DEFAULT VALUE?!!! 😱💔🔥');">
|
||
<input type="hidden" name="_token" value="{{ csrf_token('reset' ~ system_config.id) }}">
|
||
<button class="btn">🔄💀 RESET!!! 🔥💥⚡<F09F92A5><E29AA1></button>
|
||
</form>
|