Update main.html to say no apps on PR's

This commit is contained in:
Real-MullaC 2024-08-25 21:12:35 +01:00 committed by GitHub
parent cfb9edbce7
commit 7789a6c777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,12 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block header %}
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> 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.
</div>
{% endblock %}
{% block footer %} {% block footer %}
{# Empty block to override the footer #} {# Empty block to override the footer #}
{% endblock %} {% endblock %}