mirror of
https://github.com/ae-utbm/sith.git
synced 2026-03-25 13:05:04 +00:00
run pre-commit
This commit is contained in:
@@ -42,7 +42,7 @@ from django.shortcuts import redirect, render
|
||||
from django.urls import reverse
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
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_countries.fields import Country
|
||||
|
||||
@@ -351,5 +351,6 @@ class EtransactionAutoAnswer(View):
|
||||
"Payment failed with error: " + request.GET["Error"], status=202
|
||||
)
|
||||
|
||||
|
||||
class EurockPartnerFragment(IsSubscriberMixin, TemplateView):
|
||||
template_name = "eboutic/eurock_fragment.jinja"
|
||||
template_name = "eboutic/eurock_fragment.jinja"
|
||||
|
||||
Reference in New Issue
Block a user