add url field to DataIssue

This commit is contained in:
Philip Sargent
2021-04-12 01:28:54 +01:00
parent dbd9b1a095
commit 5024abc812
3 changed files with 5 additions and 2 deletions

View File

@@ -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()