Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
djnro
Commits
7973b176
Commit
7973b176
authored
Oct 24, 2012
by
Leonidas Poulopoulos
Browse files
Moved function in views to ease code reading. Minor fixes
parent
4889a219
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
edumanage/forms.py
View file @
7973b176
...
...
@@ -177,3 +177,5 @@ class UrlFormSetFactInst(BaseGenericInlineFormSet):
raise
forms
.
ValidationError
,
_
(
"Fill in at least the info url"
)
if
"info"
not
in
url_types
:
raise
forms
.
ValidationError
,
_
(
"Fill in at least the info url"
)
edumanage/views.py
View file @
7973b176
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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