Skip to content

Commit

Permalink
Merge pull request #106 from pierre-24/zep_12_fix_vocab
Browse files Browse the repository at this point in the history
Fix fil d'ariane édition + titre création
  • Loading branch information
pierre-24 committed May 15, 2015
2 parents f567b90 + 103c512 commit 3b879ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/tutorialv2/create/container.html
Expand Up @@ -11,7 +11,7 @@

{% block headline %}
<h1>
{{ "Nouveau"|feminize:container.get_next_level_as_string }} {{ container.ge_nextt_level_as_string|lower }}
{{ "Nouveau"|feminize:container.get_next_level_as_string }} {{ container.get_next_level_as_string|lower }}
</h1>
{% endblock %}

Expand Down
4 changes: 2 additions & 2 deletions templates/tutorialv2/edit/container.html
Expand Up @@ -4,7 +4,7 @@
{% load feminize %}

{% block title %}
{% trans "Editer " %}{{ "un"|feminize:container.get_level_as_string }} {{ container.get_level_as_string }}
{% trans "Éditer " %}{{ "un"|feminize:container.get_level_as_string }} {{ container.get_level_as_string|lower }}
{% endblock %}

{% block breadcrumb %}
Expand All @@ -18,7 +18,7 @@

<li><a href="{{ container.get_absolute_url }}">{{ container.title }}</a></li>

<li>{% trans "Editer " %}{{ "le"|feminize:container.get_level_as_string }} {{ container.get_level_as_string }}</li>
<li>{% trans "Éditer " %}{{ "le"|feminize:container.get_level_as_string }} {{ container.get_level_as_string|lower }}</li>
{% endblock %}

{% block headline %}
Expand Down

0 comments on commit 3b879ad

Please sign in to comment.