Update main.html to say no apps on PR's (#2623)

This commit is contained in:
Real-MullaC 2024-08-29 01:52:16 +01:00 committed by GitHub
parent 6a99be9e05
commit ece57f8ee2
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 %}