summaryrefslogtreecommitdiffstats
path: root/core/views/statistics.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-12 01:28:54 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-12 01:28:54 +0100
commit5024abc812b20dfcf16823dcc20992763afb6681 (patch)
tree34fb28e7634fe546713cb303dcbfd496efc54d6e /core/views/statistics.py
parentdbd9b1a0958e11744fc5653181db8d8f7e5a2fb3 (diff)
downloadtroggle-5024abc812b20dfcf16823dcc20992763afb6681.tar.gz
troggle-5024abc812b20dfcf16823dcc20992763afb6681.tar.bz2
troggle-5024abc812b20dfcf16823dcc20992763afb6681.zip
add url field to DataIssue
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r--core/views/statistics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py
index f7a5453..ac1e7ac 100644
--- a/core/views/statistics.py
+++ b/core/views/statistics.py
@@ -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()