Add link url to AboutItem
This commit is contained in:
parent
c20e9372f9
commit
c4975f0f9b
3 changed files with 23 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ class About(Service):
|
|||
|
||||
class AboutItem(UngelichPicture):
|
||||
inverted = models.BooleanField(default=False)
|
||||
link_url = models.URLField(max_length=300, default="", blank=True)
|
||||
|
||||
def __str__(self):
|
||||
alignment = "Right" if self.inverted else "Left"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue