Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikdb
Commits
d787cddf
Commit
d787cddf
authored
Aug 15, 2013
by
fred
Browse files
emissions: remove note about contact field, there is now email & contact
parent
7018dd77
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikdb/emissions/models.py
View file @
d787cddf
...
...
@@ -25,7 +25,6 @@ class Emission(models.Model):
description
=
RichTextField
(
null
=
True
,
blank
=
True
)
text
=
RichTextField
(
null
=
True
)
archived
=
models
.
BooleanField
(
default
=
False
)
#contact = models.EmailField()
categories
=
models
.
ManyToManyField
(
Category
)
#langs? (HOW? Must be an array of multiples choices!)
...
...
Write
Preview
Supports
Markdown
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