Fix route for user import.

This commit is contained in:
Thorsten 2022-11-19 15:17:42 +01:00
parent c07af2a0ed
commit d77fece367
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
{{if !$additional}}
<h3>{{$importh}}</h3>
<div id ="import-profile">
<a href="uimport">{{$importt}}</a>
<a href="user/import">{{$importt}}</a>
</div>
{{/if}}
</form>

View File

@ -92,7 +92,7 @@
{{if !$additional}}
<h3>{{$importh}}</h3>
<div id ="import-profile">
<a href="uimport">{{$importt}}</a>
<a href="user/import">{{$importt}}</a>
</div>
{{/if}}
</form>