diff --git a/notto/nottoapp/views.py b/notto/nottoapp/views.py index 648973f..bf995c3 100644 --- a/notto/nottoapp/views.py +++ b/notto/nottoapp/views.py @@ -57,7 +57,7 @@ def note(request, note_name): ) return render( request, - 'record.html', + 'note.html', { 'content': record.content, 'note_url': record.url_title