Added context_process to init.py for remaining daily messages

This commit is contained in:
Andrew Shumway
2023-05-30 08:01:29 -06:00
parent 9c1eba65b7
commit 3abb61614c
3 changed files with 15 additions and 1 deletions

View File

@@ -60,7 +60,7 @@
<h2 class="heading-medium">Daily message limit for this service:</h2>
<p class="govuk-body">{{ current_service.name }} - {{ current_service.message_limit }}</p>
<h2 class="heading-medium">Daily remaining messages for this service:</h2>
<p class="govuk-body">{{ remaining_messages }}</p>
<p class="govuk-body">{{ side_nav_remaining_messages }}</p>
</div>
{% endblock %}