diff --git a/fcm/templates/fcm/admin/send_message.html b/fcm/templates/fcm/admin/send_message.html new file mode 100644 index 0000000..bc8b8ec --- /dev/null +++ b/fcm/templates/fcm/admin/send_message.html @@ -0,0 +1,22 @@ +{% extends "admin/change_form.html" %} +{% load i18n static %} + +{% block breadcrumbs %} + {% with app_label=opts.app_label original=_('Send message') has_change_permission=1 %} + {{ block.super }} + {% endwith %} +{% endblock %} + +{% block field_sets %} +