:py:mod:`oioioi.problemsharing.views` ===================================== .. py:module:: oioioi.problemsharing.views Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: oioioi.problemsharing.views.FriendshipsView Functions ~~~~~~~~~ .. autoapisummary:: oioioi.problemsharing.views.friend_hints_view .. py:class:: FriendshipsView(**kwargs) Bases: :py:obj:`django.views.generic.TemplateView` Render a template. Pass keyword arguments from the URLconf to the context. .. py:attribute:: template_name :annotation: = problemsharing/friendship.html .. py:method:: get_context_data(**kwargs) .. py:method:: post(request) .. py:function:: friend_hints_view(request)