mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-22 14:31:27 +00:00
Switch to relative URL for example.csv
This commit is contained in:
parent
c8d9a6db55
commit
2bf8a6debb
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ const FilePicker = props => {
|
||||||
<CardHeader title={translate("import_users.cards.upload.header")} />
|
<CardHeader title={translate("import_users.cards.upload.header")} />
|
||||||
<CardContent>
|
<CardContent>
|
||||||
{translate("import_users.cards.upload.explanation")}
|
{translate("import_users.cards.upload.explanation")}
|
||||||
<a href="/data/example.csv">example.csv</a>
|
<a href="./data/example.csv">example.csv</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in a new issue