Remove FREE_VERSION_WARNING dead code

became unused when polyform license was introduced
This commit is contained in:
Klaas van Schelven
2025-07-08 21:51:45 +02:00
parent 91f482f856
commit 30df9e7008

View File

@@ -21,15 +21,10 @@ from phonehome.models import Installation
SystemWarning = namedtuple('SystemWarning', ['message', 'ignore_url'])
FREE_VERSION_WARNING = mark_safe(
"""This is the free version of Bugsink; usage is limited to a single user for local development only.
Using this software in production requires a
<a href="https://www.bugsink.com/#pricing" target="_blank" class="font-bold text-slate-800 dark:text-slate-100">paid licence</a>.""")
EMAIL_BACKEND_WARNING = mark_safe(
"""Email is not set up, emails won't be sent. To get the most out of Bugsink, please
<a href="https://www.bugsink.com/docs/settings/#email" target="_blank" class="font-bold text-slate-800 dark:text-slate-100">set up
email</a>.""")
<a href="https://www.bugsink.com/docs/settings/#email" target="_blank" class="font-bold text-slate-800
dark:text-slate-100">set up email</a>.""")
def get_snappea_warnings():