oioioi.problemsharing.views

Module Contents

Classes

FriendshipsView

Render a template. Pass keyword arguments from the URLconf to the context.

Functions

class oioioi.problemsharing.views.FriendshipsView(**kwargs)[source]

Bases: django.views.generic.TemplateView

Render a template. Pass keyword arguments from the URLconf to the context.

template_name = problemsharing/friendship.html[source]
get_context_data(**kwargs)[source]
post(request)[source]
oioioi.problemsharing.views.friend_hints_view(request)[source]