From 5ab5019928262ece61e3c67f1a02616c84636b8f Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 4 Jan 2024 19:28:00 +0100 Subject: [PATCH] Remove leftovers from `django-messages-extends` (#10994) Keep rendering regular one-time Django messages attached to the request, but remove the logic used for sticky/permanent messages from `django-messages-extends`. Closes #10988 Related https://github.com/readthedocs/ext-theme/issues/259 --- readthedocs/templates/base.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index 7bd99f15458..17635500c83 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -120,16 +120,11 @@ {% block notify %} - {# TODO: migrate these notifications to new system #} + {# These are regular one-time Django message attached to the request. #} {% if messages %}