Fix typo in project_template.md (#9835)

pull/9851/head
dr-rompecabezas 2023-01-01 15:19:43 -05:00 zatwierdzone przez Matt Westcott
rodzic 8678cad90b
commit b327d536e4
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -677,6 +677,7 @@ Contributors
* damascene
* Natarajan Balaji
* Vallabh Tiwari
* dr-rompecabezas
Translators
===========

Wyświetl plik

@ -51,7 +51,7 @@ This app is here to help get you started quicker by providing a `HomePage` model
Location: `/mysite/mysite/templates/` and `/mysite/mysite/static/`
The templates directory contains `base.html`, `404.html` and `500.html`. These files are very commonly needed on Wagtail sites to they have been added into the template.
The templates directory contains `base.html`, `404.html` and `500.html`. These files are very commonly needed on Wagtail sites, so they have been added into the template.
The static directory contains an empty JavaScript and CSS file.