mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
4 lines
203 B
Twig
4 lines
203 B
Twig
<form method="get" action="{{ constant('BASE_URL') }}">
|
|
<hidden name="subtopic" value="{{ constant('PAGE') }}"/>
|
|
<select name="template" onchange="this.form.submit()">{{ options|raw }}</select>
|
|
</form> |