Merge pull request #12211 from Schnoop/feature/fixImportLink

Fix route for user import.
This commit is contained in:
Hypolite Petovan
2022-11-19 09:21:13 -05:00
committed by GitHub
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>