mirror of https://gitlab.crans.org/bde/nk20
remove useless comment
This commit is contained in:
parent
d3ba95cdca
commit
145e55da75
|
@ -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 #
|
||||
# ******************************* #
|
||||
|
|
Loading…
Reference in New Issue