From b49f134340e45aaaa8e873cec6810878002126e3 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 29 Nov 2010 14:05:20 -0500 Subject: [PATCH] Put blends remark in the top section of the pkg pages. --- neurodebian/templates/pkg.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %} -- 2.39.5