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> </table>
</div> </div>
{{template "base/paginage" .}} {{template "base/paginate" .}}
</div> </div>
</div> </div>
</div> </div>

2
templates/repo/release/list.tmpl

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

Loading…
Cancel
Save