mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00

* Reformat Code Reformat Code - spaces + tabs * Code cleanup removed duplicated datatables code * Datatables replace spells, monsters tables with JavaScript Sortable Tables (DataTables?)
4 lines
212 B
Twig
4 lines
212 B
Twig
<form method="post" action="{{ constant('ADMIN_URL') }}?p=items">
|
|
<input type="hidden" name="reload" value="1"/>
|
|
<input type="submit" value="Reload items and weapons (it may take some time to finish)"/>
|
|
</form> |