Ejemplo n.º 1
0
def list_labels(request, template_name='bugreport.html'):
    return report_bug(request)
Ejemplo n.º 2
0
def list_labels(request, template_name='bugreport.html'):
    return report_bug(request)
Ejemplo n.º 3
0
def bug_report(request, template_name='bugreport.html'):
    return report_bug(request)
Ejemplo n.º 4
0
def bug_report(request, template_name='bugreport.html'):
    return report_bug(request)