diff options
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r-- | core/views/statistics.py | 2 |
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() |