Browse Source

Fix bug that tries to load mistyped templates

tags/v1.0.2
Matthias Loibl 9 years ago
parent
commit
63ca42d17f
  1. 2
      templates/admin/repo/list.tmpl
  2. 2
      templates/repo/release/list.tmpl

2
templates/admin/repo/list.tmpl

@ -44,7 +44,7 @@
</table>
</div>
{{template "base/paginage" .}}
{{template "base/paginate" .}}
</div>
</div>
</div>

2
templates/repo/release/list.tmpl

@ -75,7 +75,7 @@
</li>
{{end}}
</ul>
{{template "base/paginage" .}}
{{template "base/paginate" .}}
</div>
</div>
{{template "base/footer" .}}

Loading…
Cancel
Save