comparison 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
comparison
equal deleted inserted replaced
38:debdea976b8a 39:a21f63c516ec
27 {% from "macros.j2" import textarea %} 27 {% from "macros.j2" import textarea %}
28 {% block title %}Edit the title{% endblock %} 28 {% block title %}Edit the title{% endblock %}
29 29
30 {% block content %} 30 {% block content %}
31 <form role="form" method="POST"> 31 <form role="form" method="POST">
32 {{ textarea("distribution", "Document Distribution", "", distribution) }} 32 {% call textarea("distribution", "Document Distribution", "", distribution) %}
33 <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>
34 {% endcall %}
33 <button class="btn btn-primary" type="submit">Update</button> 35 <button class="btn btn-primary" type="submit">Update</button>
34 <a class="btn btn-danger" href="{{ url_for('.view') }}">Cancel</a> 36 <a class="btn btn-danger" href="{{ url_for('.view') }}">Cancel</a>
35 </form> 37 </form>
36 {% endblock %} 38 {% endblock %}

http://farol.wald.intevation.org