Skip to content
Snippets Groups Projects
Commit 7ffcb125 authored by Leonidas Poulopoulos's avatar Leonidas Poulopoulos
Browse files

Switch to longerusername patching

parent 4b9e3e40
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ from peers.models import * ...@@ -27,8 +27,8 @@ from peers.models import *
from flowspec.forms import * from flowspec.forms import *
import datetime import datetime
from django.conf import settings from django.conf import settings
from longerusername.forms import UserCreationForm, UserChangeForm
from monkey_patch.forms import UserCreationForm, UserChangeForm
class RouteAdmin(admin.ModelAdmin): class RouteAdmin(admin.ModelAdmin):
form = RouteForm form = RouteForm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment