--- a/web/blinkster/__init__.py Thu May 19 17:43:55 2011 +0200
+++ b/web/blinkster/__init__.py Thu May 19 17:52:54 2011 +0200
@@ -1,3 +1,3 @@
-VERSION = (0, 32)
+VERSION = (0, 33)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))
--- a/web/blinkster/views.py Thu May 19 17:43:55 2011 +0200
+++ b/web/blinkster/views.py Thu May 19 17:52:54 2011 +0200
@@ -95,7 +95,7 @@
return render_to_response("segment_detail.html",
{'segment':segment,
'segment_tags_list':segment_tags_list,
- 'ldt_id': project_id,
+ 'ldt_id': "_" if project_id == "" else project_id,
'iri_id':iri_id,
'ensemble_id':ensemble_id,
'cutting_id':cutting_id,