Skip to content

Commit

Permalink
Add: Add competitors export (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe authored Nov 11, 2023
1 parent eff2703 commit 503e07e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const SemesterAdministration: FC = () => {
<Button onClick={getSemesterResults}>Poradie série</Button>
<Button onClick={() => getPostalCards(false)}>Štítky na školy</Button>
<Button onClick={() => getPostalCards(true)}>Štítky na školy (iba papierové riešenia)</Button>
<Button>Zoznam riešiteľov</Button>
<Link href={`/api/competition/semester/${semesterId}/participants-export/`}>Zoznam riešiteľov</Link>
</div>
<div className={styles.actions}>
<Button>Pozvánky pre školy</Button>
Expand Down

0 comments on commit 503e07e

Please sign in to comment.