1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Switch render method

There were still some reference to the base Controller page renderer
that needed to switched to the new Render class. Oops.

Also for got mention tabler icons (https://tabler-icons.io/) were added
in the last commit. They are so nice.
This commit is contained in:
Ro
2023-01-08 14:49:54 -08:00
parent 735117fcda
commit 48e447beba
3 changed files with 34 additions and 35 deletions

View File

@ -8,9 +8,9 @@
<h1>
Location Listing
</h1>
{% if notice is defined %}
{% if options.notice is defined %}
<div role="system-notice">
{{ notice }}
{{ options.notice }}
</div>
{% endif %}