{% extends "admin/change_list.html" %}{% load i18n %} {% block breadcrumbs %}{% if wrong_scheduler %}
{% blocktrans %} Periodic tasks won't be dispatched unless you set the CELERYBEAT_SCHEDULER setting to djcelery.schedulers.DatabaseScheduler, or specify it using the -S option to celerybeat{% endblocktrans %}
{% endif %} {% endblock %}