Remove workflow stuff from the document list template. Fixes #671
- Legacy-Id: 3154
This commit is contained in:
parent
411bd8ef78
commit
cfb841190f
|
@ -2,7 +2,7 @@
|
|||
<div class="stream_state" style="border: 1px solid black; padding: 0px 5px; margin: 5px 0px;">
|
||||
<div class="stream_state_more" style="float: right; margin-left: 2em;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color: black;">+</a></div>
|
||||
{% if stream %}
|
||||
{{ stream }} {% if state %}:: {{ state }}{% endif %}
|
||||
{{ stream }} {% if state %}:: {{ state.name }}{% endif %}
|
||||
{% else %}
|
||||
No stream asigned
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue