Oops
This commit is contained in:
@@ -55,7 +55,7 @@ def index():
|
|||||||
act.project = id_to_proj[act.project]
|
act.project = id_to_proj[act.project]
|
||||||
try:
|
try:
|
||||||
act.link = current_attract.link_for_activity(act)
|
act.link = current_attract.link_for_activity(act)
|
||||||
except pillarsdk.ResourceNotFound:
|
except ValueError:
|
||||||
act.link = None
|
act.link = None
|
||||||
|
|
||||||
return render_template('attract/index.html',
|
return render_template('attract/index.html',
|
||||||
|
Reference in New Issue
Block a user