Skip to content

Commit

Permalink
fix(seasons.html): incorrect column name for 'created_at"
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskovicz committed Apr 29, 2015
1 parent abce6b4 commit d682644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/seasons.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>Seasons</h2>
</a>
</td>
<td>{{season.name}}</td>
<td>{{season.created}}</td>
<td>{{season.created_at}}</td>
<td>{{season.owner.username}}</td>
<td>{{season.starts}}</td>
<td>{{season.ends}}</td>
Expand Down

0 comments on commit d682644

Please sign in to comment.