mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix d'un oubli d'import
This commit is contained in:
parent
6f0e75c72e
commit
783c662e39
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ les views
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.http import Http404
|
||||
from django.urls import reverse
|
||||
from django.shortcuts import render, redirect
|
||||
from django.template.context_processors import csrf
|
||||
from django.contrib.auth.decorators import login_required, permission_required
|
||||
|
|
Loading…
Reference in a new issue