[Pkg-debile-commits] [debile-web] 01/01: Use corrected Group.group_suites backref name

Jon Severinsson jonno-guest at moszumanska.debian.org
Sun Apr 27 06:43:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

jonno-guest pushed a commit to branch master
in repository debile-web.

commit 722b49902e0713ce74b625b8f7cd6e76e18cf87e
Author: Jon Severinsson <jon at severinsson.net>
Date:   Sun Apr 27 08:43:14 2014 +0200

    Use corrected Group.group_suites backref name
---
 templates/group.html               | 4 ++--
 templates/group_list_fragment.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/group.html b/templates/group.html
index 03667b5..a33f702 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -25,12 +25,12 @@
         <div class='desc_line'>
             <div class='desc_key'>Suites:</div>
             <div class='desc_value'>
-            {% for gs in group.suites %}
+            {% for gs in group.group_suites %}
                 {{gs.suite.name}}
             {% endfor %}
             </div>
         </div>
-        {% for gs in group.suites %}
+        {% for gs in group.group_suites %}
             <div class='desc_line'>
                 <div class='desc_key'>{{gs.suite.name}} Components</div>
                 <div class='desc_value'>
diff --git a/templates/group_list_fragment.html b/templates/group_list_fragment.html
index b2ee118..a91dcb7 100644
--- a/templates/group_list_fragment.html
+++ b/templates/group_list_fragment.html
@@ -11,7 +11,7 @@
                 <a href='{{info.group_link}}'>{{info.group.name}}</a>
             </td>
             <td>
-                {% for gs in info.group.suites %}
+                {% for gs in info.group.group_suites %}
                     {{gs.suite.name}}
                 {% endfor %}
             </td>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list