Skip to content

Commit

Permalink
Merge pull request #1738 from webkom/update-form
Browse files Browse the repository at this point in the history
Update revue-form for 2024
  • Loading branch information
norbye authored Aug 28, 2024
2 parents fa7dd9b + 8af9fdc commit fc0b502
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/routes/LandingPage/Admission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ const Admission: React.FC<AdmissionProps> = ({ admission }) => {
{isRevy && admission.is_open && !isLoggedIn() && (
<p>
Er du ikke medlem av Abakus? Søk via{" "}
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf7TzGamFXYLA5jM1hrw4XhL0Y_nRgRcl1qjAHbGBlyC0ALxw/viewform?pli=1">
dette skjemaet
</a>
.
<a href="https://nettskjema.no/a/443791">dette skjemaet</a>.
</p>
)}
</AdmissionWrapper>
Expand Down

0 comments on commit fc0b502

Please sign in to comment.