Commit fb40b5de8750d36877010581e48af99eae2aa5fc
1 parent
4632a006
Exists in
master
and in
1 other branch
Minor fixes in survey templates.
Showing
3 changed files
with
2 additions
and
3 deletions
Show diff stats
src/web/templates/fake.html
src/web/templates/layout.html
src/web/templates/survey.html
... | ... | @@ -84,7 +84,7 @@ $for pkg in pkgs_details: |
84 | 84 | <img height="80" src="http://screenshots.debian.net/thumbnail/$pkg.name" |
85 | 85 | alt="Screenshot $pkg.name" /></a> |
86 | 86 | </div><!-- screenshot --> |
87 | - <h1 id="title_pkg"> $pkg.name <span>($(pkgs_details.index(pkg)+1)/10)</span> <br /> | |
87 | + <h1 id="title_pkg"> $pkg.name <span>($(pkgs_details.index(pkg)+1)/$len(pkgs_details))</span> <br /> | |
88 | 88 | <span>$pkg.summary</span></h1> <br /> |
89 | 89 | <div class="content-pkg"> |
90 | 90 | $if hasattr(pkg,'description'): | ... | ... |