Skip to content

Commit

Permalink
Nom du site dans l'aide pour les licences (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume authored and Emeric54 committed Dec 20, 2016
1 parent 5c54ef0 commit eba69f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/tutorialv2/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class ContentForm(ContainerForm):
.format(
settings.ZDS_APP['site']['licenses']['licence_info_title'],
settings.ZDS_APP['site']['licenses']['licence_info_link'],
settings.ZDS_APP['site']['name']
settings.ZDS_APP['site']['litteral_name'],
)
),
queryset=Licence.objects.order_by('title').all(),
Expand Down

0 comments on commit eba69f7

Please sign in to comment.