From 1209fbe3424a0cbb522a42b78bf4a6ee776cedba Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 21 Oct 2011 02:44:05 +0100 Subject: [PATCH] dont display links if none, clean-up initial loading behaviour --- .../modules/bestpractices/bestpractice.html | 13 +++++++------ itf/templates/noel/insidepage.html | 5 +---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index e731d5c..bb37917 100755 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -32,13 +32,14 @@ Best Practices or Quick, Tell Me How to Avoid Conflict! {{ quick_howto|linebreaksbr }}

{% endif %} + {% if links %} Links:
- {% for l in links %} - {{ l.url }}:
- {{ l.text }} -

- {% endfor %} - + {% for l in links %} + {{ l.url }}
+ {{ l.text }} +

+ {% endfor %} + {% endif %} diff --git a/itf/templates/noel/insidepage.html b/itf/templates/noel/insidepage.html index f02fbf8..7e45dc6 100755 --- a/itf/templates/noel/insidepage.html +++ b/itf/templates/noel/insidepage.html @@ -170,10 +170,7 @@
- -
- -
+ Loading...