add override links to utility views
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
This commit is contained in:
@@ -76,6 +76,7 @@ class Auth_Internal extends Auth_Base {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<?= Config::get_override_links() ?>
|
||||
</head>
|
||||
<body class="flat ttrss_utility otp css_loading">
|
||||
<h1><?= __("Authentication") ?></h1>
|
||||
|
||||
Reference in New Issue
Block a user