feat(admin): merge invites + copyright into system admin page with SystemConfig table
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
{% set _c = get_copyright() %}
|
{% set _c = get_copyright() %}
|
||||||
{% if _c %}
|
{% if _c %}
|
||||||
<footer style="text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);margin-top:2rem">
|
<footer style="text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);margin-top:2rem">
|
||||||
{{ _c }}
|
{{ _c|safe }}
|
||||||
</footer>
|
</footer>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user