Skip to content

Commit

Permalink
Merge pull request #18 from will-moore/django-3-2
Browse files Browse the repository at this point in the history
Django 3 2
  • Loading branch information
jburel authored Mar 4, 2022
2 parents 1a99b1b + 5a16a01 commit bed5f5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Example:
omero.web.signup.admin.user=root
omero.web.signup.group.name=testgroup-%Y-%m
omero.web.signup.group.templatetime=true
omero.web.signup.host=localhost


Restart OMERO.web in the usual way.
Expand Down
2 changes: 1 addition & 1 deletion omero_signup/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from django.http import HttpResponseRedirect
from django.utils.encoding import smart_str
from django.views.generic import View
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.shortcuts import render

import omero
Expand Down

0 comments on commit bed5f5c

Please sign in to comment.