mirror of
https://github.com/ae-utbm/sith.git
synced 2026-03-25 04:55:01 +00:00
run pre-commit
This commit is contained in:
@@ -12,5 +12,5 @@
|
|||||||
data-noscroll="0"
|
data-noscroll="0"
|
||||||
data-id="1419869">
|
data-id="1419869">
|
||||||
Billetterie Weezevent
|
Billetterie Weezevent
|
||||||
</a>
|
</a>
|
||||||
<script type="text/javascript" src="https://widget.weezevent.com/weez.js" async defer></script>
|
<script type="text/javascript" src="https://widget.weezevent.com/weez.js" async defer></script>
|
||||||
@@ -42,7 +42,7 @@ from django.shortcuts import redirect, render
|
|||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
from django.views.decorators.http import require_GET
|
from django.views.decorators.http import require_GET
|
||||||
from django.views.generic import DetailView, FormView, UpdateView, View, TemplateView
|
from django.views.generic import DetailView, FormView, TemplateView, UpdateView, View
|
||||||
from django.views.generic.edit import SingleObjectMixin
|
from django.views.generic.edit import SingleObjectMixin
|
||||||
from django_countries.fields import Country
|
from django_countries.fields import Country
|
||||||
|
|
||||||
@@ -351,5 +351,6 @@ class EtransactionAutoAnswer(View):
|
|||||||
"Payment failed with error: " + request.GET["Error"], status=202
|
"Payment failed with error: " + request.GET["Error"], status=202
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class EurockPartnerFragment(IsSubscriberMixin, TemplateView):
|
class EurockPartnerFragment(IsSubscriberMixin, TemplateView):
|
||||||
template_name = "eboutic/eurock_fragment.jinja"
|
template_name = "eboutic/eurock_fragment.jinja"
|
||||||
Reference in New Issue
Block a user