mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 01:44:08 -04:00
Merge pull request #1774 from alphagov/500-on-letter-json-page
Fix 500 error from notifications/letter.json page
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
<input type="hidden" name="to" value="{{ search_form.to.data }}">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
||||
</form>
|
||||
{% else %}
|
||||
<form id="search-form" method="post">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
|
||||
</form>
|
||||
{% endif %}
|
||||
<!--<p class="bottom-gutter">-->
|
||||
<!--<a href="{{ download_link }}" download="download" class="heading-small">Download this report</a>-->
|
||||
|
||||
Reference in New Issue
Block a user