mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #3018 from alphagov/fixes-for-check-spreadsheet-page
Fixes for check spreadsheet page
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro row(id=None) -%}
|
||||
<tr class="table-row" {% if id %}id="{{id}}"{% endif %}>
|
||||
<tr class="table-row" {% if id and id is string %}id="{{id}}"{% endif %}>
|
||||
{{ caller() }}
|
||||
</tr>
|
||||
{%- endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user