datatracker/ietf/templates/ietfworkflows/edit_actions.html
Ole Laursen 5fab1e071d Be more careful in generating links to draft actions, fixes problem
with RFCs without an associated group and also makes the code somewhat
more readable (although the template tag detour need to go away at
some point, perhaps after the generic charter refactor)
 - Legacy-Id: 4071
2012-03-08 13:01:20 +00:00

7 lines
180 B
HTML

<div style="margin-bottom: 1em;">
{% for action_name, url in actions %}
{% if not forloop.first %} | {% endif%} <a href="{{ url}}">{{ action_name }}</a>
{% endfor %}
</div>