diff --git a/de/css/README.md b/de/css/README.md
index 3138615c73c..2641b1669d8 100644
--- a/de/css/README.md
+++ b/de/css/README.md
@@ -89,7 +89,7 @@ In einer CSS-Datei werden Stile für Elemente der HTML-Datei festgelegt. Die Ele
Dann musst du auch deiner HTML-Vorlage sagen, dass wir CSS aus einer externen Datei laden wollen. Öffne dazu die Datei `blog/templates/blog/post_list.html` und füge folgende Zeile ganz am Anfang der Datei an:
```html
-{% load staticfiles %}
+{% load static %}
```
Hier laden wir nur statische Dateien :). Dann fügst du zwischen `
` und ``, nach dem Link auf die Bootstrap-CSS-Dateien die folgenden Zeilen an (Der Browser liest die Dateien in der Reihenfolge, wie sie angegeben sind, ein, so dass dein CSS möglicherweise den Code in den Bootstrap-Dateien überschreibt.):
@@ -103,7 +103,7 @@ Wir haben unserer Vorlage gerade gesagt, wo sich die CSS-Datei befindet.
Deine Datei sollte jetzt so aussehen:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/de/django_forms/README.md b/de/django_forms/README.md
index cf60e48fed2..8a8323bfdb7 100644
--- a/de/django_forms/README.md
+++ b/de/django_forms/README.md
@@ -54,7 +54,7 @@ Merk dir, dass wir unseren neuen View `post_new` nennen wollen.
Nach Hinzufügen der Zeile sieht deine HTML-Datei so aus:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/de/template_extending/README.md b/de/template_extending/README.md
index bfb8e0668bb..056a2e10e48 100644
--- a/de/template_extending/README.md
+++ b/de/template_extending/README.md
@@ -21,7 +21,7 @@ blog
Öffne sie, kopiere alles von `post_list.html` und füge es wie folgt in die `base.html`-Datei ein:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/en/css/README.md b/en/css/README.md
index ecdeccb7548..afe73d425fb 100644
--- a/en/css/README.md
+++ b/en/css/README.md
@@ -97,7 +97,7 @@ We also need to tell our HTML template that we added some CSS. Open the `blog/te
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
```
We're just loading static files here. :)
@@ -114,7 +114,7 @@ Your file should now look like this:
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/en/django_forms/README.md b/en/django_forms/README.md
index fd3aa158c7d..3f1b6eaf5cd 100644
--- a/en/django_forms/README.md
+++ b/en/django_forms/README.md
@@ -57,7 +57,7 @@ After adding the line, your HTML file should now look like this:
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/en/template_extending/README.md b/en/template_extending/README.md
index 56efeafa4a2..02a89c93364 100644
--- a/en/template_extending/README.md
+++ b/en/template_extending/README.md
@@ -22,7 +22,7 @@ Then open it up and copy everything from `post_list.html` to `base.html` file, l
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/fr/css/README.md b/fr/css/README.md
index b6cad13b428..fd02670ec5f 100755
--- a/fr/css/README.md
+++ b/fr/css/README.md
@@ -95,7 +95,7 @@ Nous vous conseillons d'en apprendre un peu plus sur les sélecteurs CSS sur [w3
Afin que nos modifications fonctionnent, nous devons aussi signaler à notre template HTML que nous utilisons des CSS. Ouvrez le fichier `blog/templates/blog/post_list.html` et ajoutez cette ligne au tout début de celui-ci :
```html
-{% load staticfiles %}
+{% load static %}
```
Hop, nous chargeons les fichiers statiques :). Pour l'ajout de code suivant, gardez en tête que le navigateur lit vos fichiers dans l'ordre dans lequel ils lui sont donnés : en le plaçant à l'endroit que nous vous indiquons, vous allez pouvoir remplacer du code provenant des fichiers Boostrap par le vôtre. Donc, entre le `` et le `` et après les liens vers les fichiers CSS de Boostrap, ajoutez ceci :
@@ -109,7 +109,7 @@ Nous venons simplement de dire à notre template où nous avons rangé notre fic
Maintenant, votre fichier doit ressembler à ceci :
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/fr/django_forms/README.md b/fr/django_forms/README.md
index fbfd803d507..8cffd7db893 100755
--- a/fr/django_forms/README.md
+++ b/fr/django_forms/README.md
@@ -53,7 +53,7 @@ Remarquez que notre nouvelle vue s'appelle `post_new`.
Après avoir ajouté cette ligne, votre fichier html devrait maintenant ressembler à ceci :
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/fr/template_extending/README.md b/fr/template_extending/README.md
index 91d2dc08572..b231d70cd19 100755
--- a/fr/template_extending/README.md
+++ b/fr/template_extending/README.md
@@ -20,7 +20,7 @@ Créons le fichier `base.html` dans le dossier `blog/templates/blog/` :
Ensuite, ouvrez ce fichier `base.html` et collez-y tout ce qui se trouve dans le fichier `post_list.html`. Ça devrait ressembler à ça :
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/hu/css/README.md b/hu/css/README.md
index bdb3bdc7cab..e4134d6a43c 100644
--- a/hu/css/README.md
+++ b/hu/css/README.md
@@ -93,7 +93,7 @@ Olvass utána a [CSS szelektorokról a w3schools oldalán][4].
Mindezek után közölnünk kell a HTML fájlunkkal is, hogy hozzáadtunk pár CSS-t. Nyisd meg a `blog/templates/blog/post_list.html` fájlt és add a következő sort a fájl legelejére:
```html
-{% load staticfiles %}
+{% load static %}
```
Itt csak betöltünk pár statikus fájlt :). Ezután a `` és a `` tagek közé, a Bootstrap CSS fájlok linkjei után (a böngésző olyan sorrendben olvassa az egyes fájlokat, amilyenben követik egymást, tehát a mi fájlunkban lévő kód lehet, hogy felülír pár kódot a Bootstrap fájlban), a következő sort add:
@@ -107,7 +107,7 @@ Most megmondtuk a template-ünknek, hol találja a CSS fájlokat.
Így kellene kinéznie a fájlodnak:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/hu/django_forms/README.md b/hu/django_forms/README.md
index 0d576d1d523..865cbbb1e2d 100644
--- a/hu/django_forms/README.md
+++ b/hu/django_forms/README.md
@@ -53,7 +53,7 @@ Figyelem: az új nézetünket `post_new`-nak fogjuk hívni. A `"glyphicon glyphi
Miután hozzáadtad ezt a sort, így fog kinézni a html fájlod:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/hu/template_extending/README.md b/hu/template_extending/README.md
index 6c517f892da..1f4b3990c70 100644
--- a/hu/template_extending/README.md
+++ b/hu/template_extending/README.md
@@ -20,7 +20,7 @@ Hozz létre egy `base.html` fájlt a `blog/templates/blog/`-ban:
Majd nyisd meg, és másolj át mindent a `post_list.html`-ből a `base.html`-be, így:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/ko/css/README.md b/ko/css/README.md
index ce97a92a16a..28b65d5a46d 100755
--- a/ko/css/README.md
+++ b/ko/css/README.md
@@ -99,7 +99,7 @@ W3Schools에서 [CSS 선택자](https://www.w3schools.com/cssref/css_selectors.a
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
```
여기에서 동적 파일을 로딩하는 거에요. :)
@@ -117,7 +117,7 @@ W3Schools에서 [CSS 선택자](https://www.w3schools.com/cssref/css_selectors.a
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/ko/django_forms/README.md b/ko/django_forms/README.md
index 05285194903..c57919e3be7 100755
--- a/ko/django_forms/README.md
+++ b/ko/django_forms/README.md
@@ -58,7 +58,7 @@ class PostForm(forms.ModelForm):
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/ko/template_extending/README.md b/ko/template_extending/README.md
index 75ed74531df..b011932d1e4 100755
--- a/ko/template_extending/README.md
+++ b/ko/template_extending/README.md
@@ -21,7 +21,7 @@
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/pl/css/README.md b/pl/css/README.md
index cbb1171d05b..c837267e1bc 100755
--- a/pl/css/README.md
+++ b/pl/css/README.md
@@ -93,7 +93,7 @@ Musimy też powiedzieć naszemu szablonowi HTML, że dodałyśmy trochę styli C
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
```
Tutaj ładujemy pliki statyczne :) Pomiędzy tagami `` oraz ``, po liniach linkujących do plików CSS Bootstrapa, dodaj tę linię:
@@ -111,7 +111,7 @@ Twój plik powinien teraz wyglądać tak:
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/pl/django_forms/README.md b/pl/django_forms/README.md
index ce21a8f1e56..fab6206c820 100755
--- a/pl/django_forms/README.md
+++ b/pl/django_forms/README.md
@@ -59,7 +59,7 @@ Po dodaniu powyższej linii Twój plik HTML powinien wyglądać następująco:
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/pl/template_extending/README.md b/pl/template_extending/README.md
index edb182fb18d..9e70fd77539 100755
--- a/pl/template_extending/README.md
+++ b/pl/template_extending/README.md
@@ -22,7 +22,7 @@ Następnie otwórz go i skopiuj całą zawartość pliku `post_list.html` do pli
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/ru/css/README.md b/ru/css/README.md
index 7081dd708f2..ff9a57f39be 100755
--- a/ru/css/README.md
+++ b/ru/css/README.md
@@ -99,7 +99,7 @@ h1 a {
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
```
Мы просто загружаем здесь статические файлы :)
@@ -116,7 +116,7 @@ h1 a {
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/ru/django_forms/README.md b/ru/django_forms/README.md
index 2178859f898..c41c950558e 100755
--- a/ru/django_forms/README.md
+++ b/ru/django_forms/README.md
@@ -57,7 +57,7 @@ class PostForm(forms.ModelForm):
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/ru/template_extending/README.md b/ru/template_extending/README.md
index 938e88b0d00..c5fd4381d3e 100755
--- a/ru/template_extending/README.md
+++ b/ru/template_extending/README.md
@@ -22,7 +22,7 @@ blog
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/sk/css/README.md b/sk/css/README.md
index 5151633e0f2..32c32737482 100755
--- a/sk/css/README.md
+++ b/sk/css/README.md
@@ -93,7 +93,7 @@ Ešte musíme povedať našej HTML šablóne, že sme pridali nejaké CSS. Otvor
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
```
Tu sme len nahrali statické súbory. :) Medzi `` a ``, po odkazoch na Bootstrap CSS súbory pridať tento riadok:
@@ -111,7 +111,7 @@ Súbor by mal teraz vyzerať asi takto:
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/sk/django_forms/README.md b/sk/django_forms/README.md
index ba7a8c37a03..d5ce3443ef8 100755
--- a/sk/django_forms/README.md
+++ b/sk/django_forms/README.md
@@ -59,7 +59,7 @@ Po pridaní riadku by tvoj html súbor mal vyzerať asi takto:
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/sk/template_extending/README.md b/sk/template_extending/README.md
index 38c179389b2..af2c7471012 100755
--- a/sk/template_extending/README.md
+++ b/sk/template_extending/README.md
@@ -22,7 +22,7 @@ Otvor ho a skopíruj doň všetko z `post_list.html` do súboru `base.html`:
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/tr/css/README.md b/tr/css/README.md
index 7d239d8eb06..707b14e75ff 100644
--- a/tr/css/README.md
+++ b/tr/css/README.md
@@ -92,7 +92,7 @@ Bir de HTML şablonuna projemize CSS eklediğimizi bildirmemiz gerekiyor. `blog/
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
```
Burada sadece statik dosya ekliyoruz :) `` ve `` etiketleri arasına, bootstrap linklerinde sonra, şu satırı ekleyelim:
@@ -110,7 +110,7 @@ Tarayıcı, dosyaları verilen sırada okuyor. O yüzden doğru yerde olduğunda
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/tr/django_forms/README.md b/tr/django_forms/README.md
index cb4afc5b381..43b5bab1ed2 100644
--- a/tr/django_forms/README.md
+++ b/tr/django_forms/README.md
@@ -59,7 +59,7 @@ Satırı ekledikten sonra, HTML dosyanız bu şekilde görünmelidir:
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/tr/template_extending/README.md b/tr/template_extending/README.md
index e535a2c23f4..4610d42c751 100644
--- a/tr/template_extending/README.md
+++ b/tr/template_extending/README.md
@@ -22,7 +22,7 @@ Sonra bunu açalım ve `post_list.html` dosyasındaki her şeyi aşağıdaki gib
{% filename %}blog/templates/blog/base.html{% endfilename %}
```html
-{% load staticfiles %}
+{% load static %}
Django Girls Blog
diff --git a/uk/css/README.md b/uk/css/README.md
index e25db2f56ab..26c0c08e382 100755
--- a/uk/css/README.md
+++ b/uk/css/README.md
@@ -92,7 +92,7 @@ Class і id - імена, які ви присвоюєте елементам в
Далі, нам треба повідомити наш HTML-шаблон про те, що ми додали CSS. Відкрийте файл `blog/templates/blog/post_list.html` і додайте на початок цей рядок:
```html
-{% load staticfiles %}
+{% load static %}
```
Тут лише завантажуються статичні файли :)
@@ -107,7 +107,7 @@ Class і id - імена, які ви присвоюєте елементам в
Тепер ваш файл має виглядати наступним чином:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/uk/django_forms/README.md b/uk/django_forms/README.md
index f4f2e0d2c79..e773c22d764 100755
--- a/uk/django_forms/README.md
+++ b/uk/django_forms/README.md
@@ -52,7 +52,7 @@ class PostForm(forms.ModelForm):
Після додавання відповідного рядка, ваш html файл має виглядати наступним чином:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog
diff --git a/uk/template_extending/README.md b/uk/template_extending/README.md
index eba12cb4d04..8d35894913f 100755
--- a/uk/template_extending/README.md
+++ b/uk/template_extending/README.md
@@ -19,7 +19,7 @@
Відкрийте його і скопіюйте усе з `post_list.html` до файлу `base.html`, як тут:
```html
-{% load staticfiles %}
+{% load static %}
Django Girls blog