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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)