pytask/taskapp/views/utils.py
changeset 542 23bf9b4611cb
parent 540 b07d52d49db7
--- a/pytask/taskapp/views/utils.py	Tue Feb 01 04:32:53 2011 +0530
+++ b/pytask/taskapp/views/utils.py	Tue Feb 01 04:33:35 2011 +0530
@@ -13,7 +13,6 @@
         textbook: textbook entity for which the tags should be built.
     """
 
-    tags1=textbook.tags_field
     tags = textbook.tags_field.split(',')
     rebuild_tags = []
     for tag in tags:
@@ -23,4 +22,4 @@
 
     initial_tags = ', '.join(rebuild_tags + ['Chapter'])
 
-    return initial_tags
\ No newline at end of file
+    return initial_tags