add signalement model and form on maraudes:index
This commit is contained in:
@@ -28,4 +28,9 @@ class Observation(Note):
|
||||
def note_bg_colors(self): return ("info", "info")
|
||||
|
||||
|
||||
class Signalement(Note):
|
||||
|
||||
source = models.CharField('Source', max_length=128)
|
||||
|
||||
def note_labels(self): return [self.source]
|
||||
def note_bg_colors(self): return ('warning', 'alert')
|
||||
|
||||
Reference in New Issue
Block a user