diff farol/templates/document/edit_distribution.j2 @ 39:a21f63c516ec

Add Descriptions for the edit_distribution and edit_severity
author Benoît Allard <benoit.allard@greenbone.net>
date Mon, 06 Oct 2014 15:19:09 +0200
parents 6594ff7c37b4
children
line wrap: on
line diff
--- a/farol/templates/document/edit_distribution.j2	Mon Oct 06 15:13:04 2014 +0200
+++ b/farol/templates/document/edit_distribution.j2	Mon Oct 06 15:19:09 2014 +0200
@@ -29,7 +29,9 @@
 
 {% block content %}
 <form role="form" method="POST">
-{{ textarea("distribution", "Document Distribution", "", distribution) }}
+{% call textarea("distribution", "Document Distribution", "", distribution) %}
+<p><strong>Document Distribution</strong> should contain details about constraints, if any, for sharing the CVRF document with additional recipients. Constraints may include instructions on how to reproduce, share, copy, or otherwise distribute the document.</p>
+{% endcall %}
 <button class="btn btn-primary" type="submit">Update</button>
 <a class="btn btn-danger" href="{{ url_for('.view') }}">Cancel</a>
 </form>

http://farol.wald.intevation.org