Skip to content

Commit

Permalink
add videos template so we can add the leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Apr 27, 2017
1 parent c8ba528 commit 0dc298b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/videos.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default Route.extend({
titleToken(model) {
return model.get('title');
},
templateName: 'djangorendered',
model() {
return this.store.findRecord('django-page', 'videos/');
}
Expand Down
5 changes: 5 additions & 0 deletions app/templates/videos.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{expandable-responsive-leaderboard
site='wqxr'
smallBreakpoint=media.isSmallOnly}}

{{django-page page=model class="l-constrained"}}

0 comments on commit 0dc298b

Please sign in to comment.