Merge pull request #12211 from Schnoop/feature/fixImportLink
Fix route for user import.
This commit is contained in:
commit
336c8eba4f
|
@ -92,7 +92,7 @@
|
||||||
{{if !$additional}}
|
{{if !$additional}}
|
||||||
<h3>{{$importh}}</h3>
|
<h3>{{$importh}}</h3>
|
||||||
<div id ="import-profile">
|
<div id ="import-profile">
|
||||||
<a href="uimport">{{$importt}}</a>
|
<a href="user/import">{{$importt}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
{{if !$additional}}
|
{{if !$additional}}
|
||||||
<h3>{{$importh}}</h3>
|
<h3>{{$importh}}</h3>
|
||||||
<div id ="import-profile">
|
<div id ="import-profile">
|
||||||
<a href="uimport">{{$importt}}</a>
|
<a href="user/import">{{$importt}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue