fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
librarian upgrade
[wolnelektury.git]
/
src
/
annoy
/
models.py
diff --git
a/src/annoy/models.py
b/src/annoy/models.py
index
4df3a5e
..
55bb2ac
100644
(file)
--- a/
src/annoy/models.py
+++ b/
src/annoy/models.py
@@
-14,6
+14,9
@@
class Banner(models.Model):
choices=STYLES,
help_text=_('Affects blackout.')
)
choices=STYLES,
help_text=_('Affects blackout.')
)
+ smallfont = models.BooleanField(_('small font'), default=False)
+ text_color = models.CharField(max_length=10, blank=True)
+ background_color = models.CharField(max_length=10, blank=True)
action_label = models.CharField(
_('action label'),
max_length=255, blank=True,
action_label = models.CharField(
_('action label'),
max_length=255, blank=True,