forked from expo/troggle
add url field to DataIssue
This commit is contained in:
@@ -145,6 +145,8 @@ def stats(request):
|
||||
return render(request,'statistics.html', renderDict)
|
||||
|
||||
def dataissues(request):
|
||||
'''Each issue has a parser, a message and a url linking to the offending object after loading
|
||||
'''
|
||||
def myFunc(di):
|
||||
return di.parser.lower() + di.message.lower()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user