Skip to content

Commit

Permalink
Add: Add competitors export
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 11, 2023
1 parent d4b53be commit 27d91e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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 27d91e3

Please sign in to comment.