fix: federation-mgmt extends ap-reader.njk layout for proper CSS loading (v2.12.1)

Confab-Link: http://localhost:8080/sessions/c2335791-4b8c-44a6-b1b7-8d0fa8d7f647
This commit is contained in:
Ricardo
2026-03-15 17:27:27 +01:00
parent 19aa83ab8d
commit 6707450079
2 changed files with 3 additions and 6 deletions

View File

@@ -1,14 +1,11 @@
{% extends "document.njk" %}
{% extends "layouts/ap-reader.njk" %}
{% from "heading/macro.njk" import heading with context %}
{% from "card/macro.njk" import card with context %}
{% from "badge/macro.njk" import badge with context %}
{% from "prose/macro.njk" import prose with context %}
{% from "pagination/macro.njk" import pagination with context %}
{% block content %}
<link rel="stylesheet" href="{{ mountPath }}/assets/reader.css">
{% block readercontent %}
<div x-data="federationMgmt()" data-mount-path="{{ mountPath }}" data-csrf-token="{{ csrfToken }}">
{# --- Collection Health --- #}