comparison farol/templates/vulnerability/edit_acknowledgment.j2 @ 64:aad7db3f93b6

Add support for Acknowledgments with multiple names and organizations
author Benoît Allard <benoit.allard@greenbone.net>
date Wed, 08 Oct 2014 14:28:29 +0200
parents 4ac1dd522998
children
comparison
equal deleted inserted replaced
63:b4fb652484b4 64:aad7db3f93b6
30 {% set active = 'vulnerability' %} 30 {% set active = 'vulnerability' %}
31 31
32 {% block content %} 32 {% block content %}
33 <form role="form" method="POST"> 33 <form role="form" method="POST">
34 34
35 {{ edit_acknowledgment(name, organization, description, url) }} 35 {{ edit_acknowledgment(names, organizations, description, url) }}
36 36
37 <button class="btn btn-primary" type="submit">{{ action }}</button> 37 <button class="btn btn-primary" type="submit">{{ action }}</button>
38 <a class="btn btn-danger" href="{{ url_for('.view', ordinal=ordinal) }}">Cancel</a> 38 <a class="btn btn-danger" href="{{ url_for('.view', ordinal=ordinal) }}">Cancel</a>
39 </form> 39 </form>
40 {% endblock %} 40 {% endblock %}

http://farol.wald.intevation.org