Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo suggestions de recherche #3292

Merged
merged 2 commits into from
Jan 12, 2016

Conversation

Vayel
Copy link
Contributor

@Vayel Vayel commented Jan 12, 2016

Q R
Correction de bugs ? non
Nouvelle Fonctionnalité ? non
Tickets (issues) concernés Aucun

@Vayel Vayel changed the title Typo Typo suggestions de recherche Jan 12, 2016
@@ -45,7 +45,7 @@ def home(request):

try:
with open(os.path.join(BASE_DIR, 'suggestions.txt'), 'r') as suggestions_file:
suggestions = ', '.join(random.sample(suggestions_file.readlines(), 5)) + ', ...'
suggestions = ', '.join(random.sample(suggestions_file.readlines(), 5)) + '...'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J'étais pourtant persuadé que c'était bien comme ça. Mais n'étant pas expert de ces règles...

except IOError:
suggestions = 'Mathématiques, UDK, HTML, Java, Python'
suggestions = 'Mathématiques, Droit, UDK, Langues, Python...'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi il n'y a pas Android dans la liste par défaut ? :o

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum... comment dire ? :D

@SpaceFox
Copy link
Contributor

Hop, je merge, merci !

SpaceFox added a commit that referenced this pull request Jan 12, 2016
@SpaceFox SpaceFox merged commit 83751fe into zestedesavoir:dev Jan 12, 2016
@SpaceFox SpaceFox added S-BUG Corrige un problème C-Front Concerne l'interface du site labels Jan 12, 2016
@SpaceFox SpaceFox added this to the Version de développement milestone Jan 12, 2016
@Vayel Vayel deleted the typo-suggestions-recherche branch January 12, 2016 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Front Concerne l'interface du site S-BUG Corrige un problème
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants