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