Skip to content

Commit

Permalink
Revert django template location (mdn#24376)
Browse files Browse the repository at this point in the history
Revert "fix" added in mdn#23529
  • Loading branch information
hamishwillee committed Feb 13, 2023
1 parent 2c1f1c2 commit 1af16e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/learn/server-side/django/forms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def renew_book_librarian(request, pk):
'book_instance': book_instance,
}

return render(request, 'book_renew_librarian.html', context)
return render(request, 'catalog/book_renew_librarian.html', context)
```

### The template
Expand Down

0 comments on commit 1af16e7

Please sign in to comment.