Skip to content

Commit

Permalink
Fix inc_home-lastdownloads.mako
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llrais3r committed Dec 15, 2018
1 parent 5d1d2b0 commit e20e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/home/inc_home-lastdownloads.mako
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<%block name="bodyContent">
<% lastdownloads = LastDownloads().get_last_downloads() %>
<% lastdownloads = LastDownloadsDb().get_last_downloads() %>
<div class="container">
Expand Down

0 comments on commit e20e95b

Please sign in to comment.