aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-12 21:41:37 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-12 21:41:37 -0400
commit1e4ef812445e4d8617223ce917d0eb2215e9c3b3 (patch)
treeac726b31aac0a4141740802ff1294c52bf8d5846 /view
parentc5e534c0cb939b9730f289a844f24b1121e6e9cf (diff)
downloadvolse-hubzilla-1e4ef812445e4d8617223ce917d0eb2215e9c3b3.tar.gz
volse-hubzilla-1e4ef812445e4d8617223ce917d0eb2215e9c3b3.tar.bz2
volse-hubzilla-1e4ef812445e4d8617223ce917d0eb2215e9c3b3.zip
Import blocks from zip file, but needs updates as detailed in https://gitlab.com/zot/hubsites/merge_requests/2
Diffstat (limited to 'view')
-rw-r--r--view/tpl/website_import_tools.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/website_import_tools.tpl b/view/tpl/website_import_tools.tpl
index 09b100926..ca9cc8b33 100644
--- a/view/tpl/website_import_tools.tpl
+++ b/view/tpl/website_import_tools.tpl
@@ -15,9 +15,9 @@
<!-- Or upload a zipped file containing the website -->
<p class="descriptive-text">{{$file_upload_text}}</p>
<div class="form-group">
- <input id="website-upload-choose" type="file" name="userfile" />
+ <input id="website-upload-choose" type="file" name="zip_file" />
</div>
- <button class="btn btn-primary btn-sm" type="submit" name="c_upload" value="c_upload">Upload</button>
+ <button class="btn btn-primary btn-sm" type="submit" name="w_upload" value="w_upload">Upload</button>
</form>
</ul>
</div>