remove useless comment

This commit is contained in:
otthorn 2022-03-22 15:06:04 +01:00 committed by root
parent d3ba95cdca
commit 145e55da75
1 changed files with 0 additions and 5 deletions

View File

@ -340,11 +340,6 @@ class QRCodeView(LoginRequiredMixin, DetailView):
template_name = "member/qr_code.html"
extra_context = {"title": _("QR Code")}
# def get_context_data(self, **kwargs):
# context = super().get_context_data(**kwargs)
# context["plop"] = "test"
# return context
# ******************************* #
# CLUB #
# ******************************* #