final testing and cleanup
This commit is contained in:
@@ -102,7 +102,7 @@ function Group(props: GroupProps) {
|
||||
<Image
|
||||
src={programUrl}
|
||||
className="img-fluid"
|
||||
alt="A PDF of the program fo the current livestream"
|
||||
alt="A of the current livestream"
|
||||
/>
|
||||
</a>
|
||||
</Container>
|
||||
|
||||
@@ -6,5 +6,7 @@ class Group(BaseModel):
|
||||
name: str
|
||||
bio: str
|
||||
livestream_id: str = ""
|
||||
livestream_program_cld_id: Optional[str] = None # not a FK! references a cloudinary ID
|
||||
livestream_program_cld_id: Optional[str] = (
|
||||
None # not a FK! references a cloudinary ID
|
||||
)
|
||||
id: Optional[int] = None
|
||||
|
||||
Reference in New Issue
Block a user