Skip to content

Commit

Permalink
Removed default note text from workflow pane
Browse files Browse the repository at this point in the history
  • Loading branch information
criticalmash committed Oct 8, 2020
1 parent 3c97c0c commit 96b1ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/_includes/workflow-pane.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h3>Previous notes:</h3>
{% for note in submission.notes|reverse %}
<p>
<span style="font-size:0.7em;"><em>Transition "{{ note.current_transition|default('unknown') }}" from {{ note.current_state|default('unknown') }} to {{ note.target_state|default('unknown') }}</em></span><br />
{{ note.note|default('????') }}
{{ note.note|default('') }}
</p>
{% endfor %}
{% endif %}
Expand Down
1 change: 0 additions & 1 deletion src/templates/_widget/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
size: 2,
errors: widget.getErrors('limit')
}) }}
?????

0 comments on commit 96b1ee0

Please sign in to comment.