comparison farol/templates/document/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
28 {% block title %}Edit an Acknowledgment{% endblock %} 28 {% block title %}Edit an Acknowledgment{% endblock %}
29 29
30 {% block content %} 30 {% block content %}
31 <form role="form" method="POST"> 31 <form role="form" method="POST">
32 32
33 {{ edit_acknowledgment(name, organization, description, url) }} 33 {{ edit_acknowledgment(names, organizations, description, url) }}
34 34
35 <button class="btn btn-primary" type="submit">{{ action }}</button> 35 <button class="btn btn-primary" type="submit">{{ action }}</button>
36 <a class="btn btn-danger" href="{{ url_for('.view') }}">Cancel</a> 36 <a class="btn btn-danger" href="{{ url_for('.view') }}">Cancel</a>
37 </form> 37 </form>
38 {% endblock %} 38 {% endblock %}

http://farol.wald.intevation.org