Skip to content

Commit

Permalink
Merge pull request #227 from djangoindia/staging
Browse files Browse the repository at this point in the history
Staging to Production - Nov 2, 2024
  • Loading branch information
DevilsAutumn authored Nov 1, 2024
2 parents f344bca + 2908429 commit 7c5997c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ The Django India community welcomes contributions from people of all skill level
| UI/UX Design | Vinayak Soni | https://www.figma.com/design/SYj98ljIoq63RXPvRzYOUM/Django-India-media-screen?node-id=0-1&t=gypdyRGwffnyZXdb-1 | Designed media section to add event photographs |
| UX/UI Design | Sriya Mukkavilli | https://www.figma.com/design/V5y3RMsDsTlF0nBaWudQBX/Django-Contibutions?node-id=0-1&t=k9uFvcXmrWMJua5E-1 | Added Attendees List Modal Design - Grid View|
| Graphic Design | Sriya Mukkavilli | https://www.figma.com/design/V5y3RMsDsTlF0nBaWudQBX/Django-Contibutions?node-id=2-538&t=AHKHlaQH2pDHvIPx-1 | Illustration Kit for Mandala Designs

| UI Design | Sriya Mukkavilli | https://www.figma.com/design/V5y3RMsDsTlF0nBaWudQBX/Django-Contibutions?node-id=23-395&node-type=canvas&t=QouBmkkyw0FEA92B-0 | Login and signup screen |
| UI Design | Sriya Mukkavilli | https://www.figma.com/design/V5y3RMsDsTlF0nBaWudQBX/Django-Contibutions?node-id=44-4037&t=Wa8y2Z0njLHlZeDN-1 | Header Sub-Hero Section for Events page |
3 changes: 2 additions & 1 deletion frontend/src/containers/Event/Event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ const EventContainer = async ({
event: Event
}) => {
const sanitizedDescription = sanitizeHtml(description, {
allowedTags: ['b', 'i', 'em', 'strong', 'a', 'p', 'br'],
allowedTags: ['b', 'i', 'em', 'strong', 'a', 'p', 'br', 'button'],
allowedAttributes: {
a: ['href', 'target'],
button: ['onclick', 'style', 'type', 'class']
},
})

Expand Down

0 comments on commit 7c5997c

Please sign in to comment.