From 7789a6c777f101199aa3dc789816a119d2133efe Mon Sep 17 00:00:00 2001 From: Real-MullaC Date: Sun, 25 Aug 2024 21:12:35 +0100 Subject: [PATCH] Update main.html to say no apps on PR's --- overrides/main.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/overrides/main.html b/overrides/main.html index f5f0eb39..9038d3e9 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,5 +1,12 @@ {% extends "base.html" %} +{% block header %} + {{ super() }} +
+ Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer. +
+{% endblock %} + {% block footer %} {# Empty block to override the footer #} {% endblock %}