Merge pull request #9519 from annando/fix-contact-import

Fix contact import with Frio
This commit is contained in:
Hypolite Petovan 2020-11-10 10:28:35 -05:00 committed by GitHub
commit 978208baa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -234,7 +234,7 @@
<input type="file" name="importcontact-filename" />
</div>
<div class="panel-footer">
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
<button type="submit" name="importcontact-submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
</div>
</div>
</div>
@ -253,7 +253,7 @@
<div id="settings-relocate-desc">{{$relocate_text}}</div>
</div>
<div class="panel-footer">
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
<button type="submit" name="resend_relocate" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
</div>
</div>
</div>