Advertisement
Guest User

Untitled

a guest
May 10th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111, in get_response
  4. response = callback(request, *callback_args, **callback_kwargs)
  5.  
  6. File "/home/bluebyte/git/askbot-devel/askbot/views/users.py", line 1128, in user
  7. return user_view_func(request, profile_owner, context)
  8.  
  9. File "/home/bluebyte/git/askbot-devel/askbot/views/users.py", line 890, in user_network
  10. return render(request, 'user_profile/user_network.html', context)
  11.  
  12. File "/usr/local/lib/python2.7/dist-packages/django/shortcuts/__init__.py", line 44, in render
  13. return HttpResponse(loader.render_to_string(*args, **kwargs),
  14.  
  15. File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 176, in render_to_string
  16. return t.render(context_instance)
  17.  
  18. File "/usr/local/lib/python2.7/dist-packages/Coffin-0.3.7-py2.7.egg/coffin/template/__init__.py", line 55, in render
  19. return super(Template, self).render(**context)
  20.  
  21. File "/usr/local/lib/python2.7/dist-packages/Jinja2-2.6-py2.7.egg/jinja2/environment.py", line 894, in render
  22. return self.environment.handle_exception(exc_info, True)
  23.  
  24. File "/home/bluebyte/git/askbot-devel/askbot/templates/user_profile/user_network.html", line 2, in top-level template code
  25. {% import "macros.html" as macros %}
  26.  
  27. File "/home/bluebyte/git/askbot-devel/askbot/templates/user_profile/user.html", line 1, in top-level template code
  28. {% extends "one_column_body.html" %}
  29.  
  30. File "/home/bluebyte/git/askbot-devel/askbot/templates/one_column_body.html", line 1, in top-level template code
  31. {% extends "base.html" %}
  32.  
  33. File "/home/bluebyte/git/askbot-devel/askbot/templates/base.html", line 56, in top-level template code
  34. {% block body %}
  35.  
  36. File "/home/bluebyte/git/askbot-devel/askbot/templates/one_column_body.html", line 5, in block "body"
  37. {% block content%}
  38.  
  39. File "/home/bluebyte/git/askbot-devel/askbot/templates/user_profile/user.html", line 17, in block "content"
  40. {% block usercontent %}
  41.  
  42. File "/home/bluebyte/git/askbot-devel/askbot/templates/user_profile/user_network.html", line 12, in block "usercontent"
  43. macros.user_list(
  44.  
  45. TypeError: macro 'user_list' takes no keyword argument 'profile_section'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement