Skip to content

Commit 253f5b5

Browse files
authored
Merge pull request DjangoGirls#1591 from das-g/fix-page-header-element-ambiguity
rephrase sentence to fix "page header" ambiguity
2 parents 22e5a6a + 6b12e1c commit 253f5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ So once again we will create a link to the page, a URL, a view and a template.
4444

4545
## Link to a page with the form
4646

47-
It's time to open `blog/templates/blog/base.html` in the code editor. We will add a link in `div` named `page-header`:
47+
It's time to open `blog/templates/blog/base.html` in the code editor. In the `div` named `page-header`, we will add a link:
4848

4949
{% filename %}blog/templates/blog/base.html{% endfilename %}
5050
```html

0 commit comments

Comments
 (0)