.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class RapidTable(tables.Table):
|
||||
text='Edit',
|
||||
args=[A('pk')],
|
||||
orderable=False)
|
||||
view = tables.LinkColumn('rapids:rapid_detail',
|
||||
view = tables.LinkColumn('rapids:question_detail',
|
||||
text='View',
|
||||
args=[A('pk')],
|
||||
orderable=False)
|
||||
|
||||
Reference in New Issue
Block a user