← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 514: typo in the name of one of the units

 

------------------------------------------------------------
revno: 514
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2013-01-06 20:22:22 +0100
message:
  typo in the name of one of the units 
modified:
  src/alfanous-django/wui/views.py


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-django/wui/views.py'
--- src/alfanous-django/wui/views.py	2013-01-06 18:31:20 +0000
+++ src/alfanous-django/wui/views.py	2013-01-06 19:22:22 +0000
@@ -46,7 +46,7 @@
 
 def results( request, unit = "aya" ):
     """     """
-    if unit not in ["aya", "word", "translations"]: # authorized units
+    if unit not in ["aya", "word", "translation"]: # authorized units
     	unit = "aya"
     mutable_request = {}
     for k, v in request.GET.items():