Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
ff6d99b0
Commit
ff6d99b0
authored
Dec 29, 2007
by
eliott
Browse files
Fixed regression issue with last change.
Fixed wrong path on render_response import.
parent
15ceff77
Changes
1
Hide whitespace changes
Inline
Side-by-side
devel/views.py
View file @
ff6d99b0
...
...
@@ -2,7 +2,7 @@
from
django.contrib.auth.decorators
import
login_required
from
django.contrib.auth.models
import
User
from
django.core
import
validators
from
archweb_dev.utils
import
render_response
from
archweb_dev.
lib.
utils
import
render_response
from
archweb_dev.packages.models
import
Package
from
archweb_dev.todolists.models
import
Todolist
,
TodolistPkg
from
archweb_dev.settings
import
DATA_DIR
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment