mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-18 13:32:28 +00:00
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"
|
template_name = "member/qr_code.html"
|
||||||
extra_context = {"title": _("QR Code")}
|
extra_context = {"title": _("QR Code")}
|
||||||
|
|
||||||
# def get_context_data(self, **kwargs):
|
|
||||||
# context = super().get_context_data(**kwargs)
|
|
||||||
# context["plop"] = "test"
|
|
||||||
# return context
|
|
||||||
|
|
||||||
# ******************************* #
|
# ******************************* #
|
||||||
# CLUB #
|
# CLUB #
|
||||||
# ******************************* #
|
# ******************************* #
|
||||||
|
Loading…
Reference in New Issue
Block a user