Remove workflow stuff from the document list template. Fixes #671

- Legacy-Id: 3154
This commit is contained in:
Emilio A. Sánchez López 2011-05-26 09:58:37 +00:00
parent 411bd8ef78
commit cfb841190f

View file

@ -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 %}