Closed
Bug 882711
Opened 12 years ago
Closed 12 years ago
NameError: global name 'devderby_tag' is not defined
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Unassigned)
References
()
Details
Traceback (most recent call last):
File "/data/www/developer.mozilla.org/kuma/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/developer.mozilla.org/kuma/apps/demos/views.py", line 470, in devderby_by_date
return devderby_tag(request, 'challenge:%s:%s' % (year, month))
NameError: global name 'devderby_tag' is not defined
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/c776f7a04993d83eba87dc64661eae3d9285b53a
fix bug 882711 - class-based devderby_by_date view
https://github.com/mozilla/kuma/commit/e4e43626d298262e98c88794822cf2a16145a542
Merge pull request #1166 from groovecoder/derby-date-882711
fix bug 882711 - class-based devderby_by_date view
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•