diff 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
line wrap: on
line diff
--- a/farol/templates/vulnerability/edit_acknowledgment.j2	Wed Oct 08 14:15:16 2014 +0200
+++ b/farol/templates/vulnerability/edit_acknowledgment.j2	Wed Oct 08 14:28:29 2014 +0200
@@ -32,7 +32,7 @@
 {% block content %}
 <form role="form" method="POST">
 
-  {{ edit_acknowledgment(name, organization, description, url) }}
+  {{ edit_acknowledgment(names, organizations, description, url) }}
 
 <button class="btn btn-primary" type="submit">{{ action }}</button>
 <a class="btn btn-danger" href="{{ url_for('.view', ordinal=ordinal) }}">Cancel</a>

http://farol.wald.intevation.org