Location
docs/lab1.md, Lab 1.3 Hints section (around line 276-278)
Issue
The sentence appears to be truncated:
From there, we'd need to compare the rendered HTML to the template to narrow it down to the template tag {% nice_datetime ... %}.
Earlier in the same paragraph:
If we wanted to try from the other approach, we'd start by looking at project/templates/posts/list.html. We can see a loop over to render individual elements...
The phrase "a loop over to render" seems to be missing text (perhaps "a loop over posts to render" or similar).
Suggested fix
Review and complete the sentence to clarify what is being looped over.
Location
docs/lab1.md, Lab 1.3 Hints section (around line 276-278)
Issue
The sentence appears to be truncated:
Earlier in the same paragraph:
The phrase "a loop over to render" seems to be missing text (perhaps "a loop over
poststo render" or similar).Suggested fix
Review and complete the sentence to clarify what is being looped over.