diff --git a/src/templates/_includes/workflow-pane.html b/src/templates/_includes/workflow-pane.html index b511728..5759f83 100755 --- a/src/templates/_includes/workflow-pane.html +++ b/src/templates/_includes/workflow-pane.html @@ -206,7 +206,7 @@

Previous notes:

{% for note in submission.notes|reverse %}

Transition "{{ note.current_transition|default('unknown') }}" from {{ note.current_state|default('unknown') }} to {{ note.target_state|default('unknown') }}
- {{ note.note|default('????') }} + {{ note.note|default('') }}

{% endfor %} {% endif %} diff --git a/src/templates/_widget/settings.html b/src/templates/_widget/settings.html index fa985c1..3b4953d 100755 --- a/src/templates/_widget/settings.html +++ b/src/templates/_widget/settings.html @@ -28,4 +28,3 @@ size: 2, errors: widget.getErrors('limit') }) }} -????? \ No newline at end of file