From: Michael Hanke Date: Mon, 29 Nov 2010 19:05:20 +0000 (-0500) Subject: Put blends remark in the top section of the pkg pages. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b49f134340e45aaaa8e873cec6810878002126e3;p=neurodebian.git Put blends remark in the top section of the pkg pages. --- diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst index 9f72e8b..5290b0a 100644 --- a/neurodebian/templates/pkg.rst +++ b/neurodebian/templates/pkg.rst @@ -46,6 +46,10 @@ Citable reference: helpful to acquire funding for this project and therefore foster continued development in the future. {% endif -%} +{% if db.blends and db.blends.remark %} +.. note:: +{{ db.blends.remark | indent(width=2, indentfirst=true) }} +{% endif -%} {% if db.nitrc or db.main.debian_popcon or db.main.ubuntu_popcon or db.main.recommends or db.main.suggests -%} @@ -154,10 +158,6 @@ Please see the corresponding `intent-to-package bug report `_ for more information about its current status. {% endif %} -{% if db.blends and db.blends.remark %} -.. note:: -{{ db.blends.remark | indent(width=2, indentfirst=true) }} -{% endif -%} {% endfor %}