Skip to content

Commit b0612cf

Browse files
committed
fix template
1 parent 001ef2a commit b0612cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/country_workspace/workspaces/templates/workspace/asyncjob/change_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<td>{{ original.file }}</td>
3737
</tr>
3838
{% if perms.app_name.change_model_name_lower_cased %}
39-
{% if original.task_info.error %}
39+
{% if original and original.task_info.error %}
4040
<tr>
4141
<th>Error</th>
4242
<td>{{ original.task_info.error }}</td>

0 commit comments

Comments
 (0)