Skip to content

Commit

Permalink
Fix template name for existing note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato committed Dec 6, 2017
1 parent 2a858bf commit 2833e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notto/nottoapp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def note(request, note_name):
)
return render(
request,
'record.html',
'note.html',
{
'content': record.content,
'note_url': record.url_title
Expand Down

0 comments on commit 2833e1f

Please sign in to comment.