Skip to content

Commit 6b12e1c

Browse files
committed
add definite article
1 parent 071b799 commit 6b12e1c

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. In `div` named `page-header`, we will add a link:
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)