# HG changeset patch # User BenoƮt Allard # Date 1412603399 -7200 # Node ID 3b56ea034f2fe65f847ac9a57464dfdab769d3c1 # Parent abf549d56fd9b14610bb03794164e915845819e6 Add the Description fields for th edit_acknowledgments fields diff -r abf549d56fd9 -r 3b56ea034f2f farol/templates/document/edit_acknowledgment.j2 --- a/farol/templates/document/edit_acknowledgment.j2 Mon Oct 06 15:40:44 2014 +0200 +++ b/farol/templates/document/edit_acknowledgment.j2 Mon Oct 06 15:49:59 2014 +0200 @@ -28,12 +28,21 @@ {% block title %}Edit the title{% endblock %} {% block content %} +

Acknowledgment contains recognition of external parties that reported noncritical/low-severity security issues or provided information, observations, or suggestions that contributed to improved security or improved documentation in future releases of the document producer's products. This may also contain recognition to external parties that contributed toward producing this document.

-{{ textinput("name", "Name", "", name) }} -{{ textinput("organization", "Organization", "", organization) }} -{{ textinput("description", "Description", "", description) }} -{{ textinput("url", "URL", "http://...", url, type="url") }} +{% call textinput("name", "Name", "", name) %} +

The Name should contain the name of the party being acknowledged.

+{% endcall %} +{% call textinput("organization", "Organization", "", organization) %} +

The Organization should contain the organization of the party or if the Name is omitted, the organization itself that is being acknowledged.

+{% endcall %} +{% call textinput("description", "Description", "", description) %} +

The Description can contain any contextual details the document producers wish to make known about the acknowledgment or acknowledged parties.

+{% endcall %} +{% call textinput("url", "URL", "http://...", url, type="url") %} +

URL is the optional URL to the person, place, or thing being acknowledged.

+{% endcall %} Cancel