Skip to content

Commit abb39b6

Browse files
authored
Revert "Fixed small typo in div name"
1 parent b4b2234 commit abb39b6

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

cs/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Takže ještě jednou: budeme vytvářet odkaz na stránky, URL, pohled a šablo
4242

4343
## Odkaz na stránku s formulářem
4444

45-
Je tedy čas otevřít soubor `blog/templates/blog/base.html`. Přidáme odkaz do `div` s názvem `top-menu`:
45+
Je tedy čas otevřít soubor `blog/templates/blog/base.html`. Přidáme odkaz do `div` s názvem `page-header`:
4646

4747
```html
4848
<a href="{% url 'post_new' %}" class="top-menu"><span class="glyphicon glyphicon-plus"></span></a>

de/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Also erstellen wir hier auch wieder einen Link auf die Seite, eine URL, eine Vie
4444

4545
## Link auf eine Seite mit dem Formular
4646

47-
Jetzt ist es an der Zeit, `blog/templates/blog/base.html` im Code-Editor zu öffnen. Wir fügen einen Link in `div` hinzu mit dem Namen `top-menu`:
47+
Jetzt ist es an der Zeit, `blog/templates/blog/base.html` im Code-Editor zu öffnen. Wir fügen einen Link in `div` hinzu mit dem Namen `page-header`:
4848

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

el/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PostForm(forms.ModelForm):
4444

4545
## Πως συνδέουμε μια σελίδα με την φόρμα μας
4646

47-
Ανοίξτε το template `blog/templates/blog/base.html`. Θα προσθέσουμε έναν σύνδεσμο στο `div` με το όνομα `top-menu`:
47+
Ανοίξτε το template `blog/templates/blog/base.html`. Θα προσθέσουμε έναν σύνδεσμο στο `div` με το όνομα `page-header`:
4848

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

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 `top-menu`:
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`:
4848

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

es/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Una vez más vamos a crear: un enlace a la página, una dirección URL, una vist
4444

4545
## Enlace a una página con el formulario
4646

47-
Ahora toca abrir el fichero `blog/templates/blog/base.html` en el editor. Vamos a añadir un enlace en el `div` llamado `top-menu`:
47+
Ahora toca abrir el fichero `blog/templates/blog/base.html` en el editor. Vamos a añadir un enlace en el `div` llamado `page-header`:
4848

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

fa/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PostForm(forms.ModelForm):
4444

4545
## لینک به یک صفحه با فرم
4646

47-
وقت آن است که فایل `blog/templates/blog/base.html` را در ویرایشگر کد باز کنید. در بخش `div` که نام `top-menu` را دارد یک لینک اضافه خواهیم کرد:
47+
وقت آن است که فایل `blog/templates/blog/base.html` را در ویرایشگر کد باز کنید. در بخش `div` که نام `page-header` را دارد یک لینک اضافه خواهیم کرد:
4848

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

fr/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Nous allons donc une nouvelle fois suivre le processus suivant et créer : un li
4444

4545
## Lien vers une page contenant le formulaire
4646

47-
C'est le moment d'ouvrir le fichier `blog/templates/blog/base.html` dans l'éditeur de code. Nous allons ajouter un lien dans un `div` appelé `top-menu` :
47+
C'est le moment d'ouvrir le fichier `blog/templates/blog/base.html` dans l'éditeur de code. Nous allons ajouter un lien dans un `div` appelé `page-header` :
4848

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

hu/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Tehát még egyszer: egy link az oldalhoz, egy URL, egy view és egy template.
4242

4343
## Link az oldalhoz, ahol az űrlap van
4444

45-
Itt az ideje, hogy megnyisd a `blog/templates/blog/base.html` fájlt. Itt hozzáadunk egy linket a `top-menu` nevű `div`hez:
45+
Itt az ideje, hogy megnyisd a `blog/templates/blog/base.html` fájlt. Itt hozzáadunk egy linket a `page-header` nevű `div`hez:
4646

4747
```html
4848
<a href="{% url 'post_new' %}" class="top-menu"><span class="glyphicon glyphicon-plus"></span></a>

it/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Ricapitolando, creeremo: link che punti alla pagina, una URL, una view e un mode
4242

4343
## Link ad una pagina usando il form
4444

45-
È tempo di aprire `blog/templates/blog/base.html`. Aggiungeremo un link nel `div` chiamato `top-menu`:
45+
È tempo di aprire `blog/templates/blog/base.html`. Aggiungeremo un link nel `div` chiamato `page-header`:
4646

4747
```html
4848
<a href="{% url 'post_new' %}" class="top-menu"><span class="glyphicon glyphicon-plus"></span></a>

ja/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PostForm(forms.ModelForm):
4444

4545
## フォームにおけるページへのリンク
4646

47-
`blog/templates/blog/base.html`をエディタで開きましょう。`top-menu`と名付けた`div`中に次のリンクを追加します:
47+
`blog/templates/blog/base.html`をエディタで開きましょう。`page-header`と名付けた`div`中に次のリンクを追加します:
4848

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

ko/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PostForm(forms.ModelForm):
4545

4646
## 폼과 페이지 링크
4747

48-
`blog/templates/blog/base.html` 파일을 열어봅시다. `top-menu` 라는 `div` class에 링크를 하나 추가할 거에요.
48+
`blog/templates/blog/base.html` 파일을 열어봅시다. `page-header` 라는 `div` class에 링크를 하나 추가할 거에요.
4949

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

pl/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Oto co za chwilę stworzymy: link do strony, adres URL, widok i szablon.
4444

4545
## Odnośnik do strony z formularzem
4646

47-
Czas otworzyć plik `blog/templates/blog/base.html` w edytorze kodu. Dodajmy wiersz w `div` o nazwie `top-menu`:
47+
Czas otworzyć plik `blog/templates/blog/base.html` w edytorze kodu. Dodajmy wiersz w `div` o nazwie `page-header`:
4848

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

pt/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Novamente, criaremos um link para a página, uma URL, uma view e um template.
4444

4545
## Link para a página com o formulário
4646

47-
É hora de abrir *blog/templates/blog/base.html*. Nós iremos adicionar um link em *div* nomeado *top-menu*:
47+
É hora de abrir *blog/templates/blog/base.html*. Nós iremos adicionar um link em *div* nomeado *page-header*:
4848

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

ru/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PostForm(forms.ModelForm):
4444

4545
## Ссылка на страницу с формой
4646

47-
Пришло время открыть файл `blog/templates/blog/base.html`. Мы добавим ссылку в элемент `div` с именем `top-menu`:
47+
Пришло время открыть файл `blog/templates/blog/base.html`. Мы добавим ссылку в элемент `div` с именем `page-header`:
4848

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

sk/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Takže ešte raz vytvoríme link na stránku, URL, zobrazenie a šablónu.
4444

4545
## Link na stránku s formulárom
4646

47-
Je čas otvoriť `blog/templates/blog/base.html`. Pridáme link do `divu` s názvom `top-menu`:
47+
Je čas otvoriť `blog/templates/blog/base.html`. Pridáme link do `divu` s názvom `page-header`:
4848

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

tr/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Bir kere daha sayfaya bir bağlantı, bir url, bir view ve bir template oluştur
4444

4545
## Formun bulunduğu sayfaya bağlantı oluşturma
4646

47-
Şimdi `blog/templates/blog/base.html` isimli template'i açma zamanı. Öncelikle `top-menu` adlı `div` öğesinin içine bir bağlantı ekleyeceğiz:
47+
Şimdi `blog/templates/blog/base.html` isimli template'i açma zamanı. Öncelikle `page-header` adlı `div` öğesinin içine bir bağlantı ekleyeceğiz:
4848

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

uk/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class PostForm(forms.ModelForm):
4141

4242
## Посилання на сторінку з формою
4343

44-
Час відкрити `blog/templates/blog/base.html`. Додамо лінк всередині блоку `div` із ім'ям `top-menu`:
44+
Час відкрити `blog/templates/blog/base.html`. Додамо лінк всередині блоку `div` із ім'ям `page-header`:
4545

4646
```html
4747
<a href="{% url 'post_new' %}" class="top-menu"><span class="glyphicon glyphicon-plus"></span></a>

zh/django_forms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PostForm(forms.ModelForm):
4545

4646
## 指向页面表单的链接
4747

48-
是时候打开`blog/templates/blog/base.html`了。我们将添加一个链接到`div`,命名为`top-menu`
48+
是时候打开`blog/templates/blog/base.html`了。我们将添加一个链接到`div`,命名为`page-header`
4949

5050
```html
5151
<a href="{% url 'post_new' %}" class="top-menu"><span class="glyphicon glyphicon-plus"></span></a>

0 commit comments

Comments
 (0)