diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-01 20:29:07 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-01 20:29:07 -0700 |
commit | 7a55ead97db94284146612364b8ce1c59de8771f (patch) | |
tree | ae2226660ee56eafdc8d2d0a95884ed89b2dbb19 /view | |
parent | cd200ee7064159e4bc253fefe04ddf6ba25d4dde (diff) | |
download | volse-hubzilla-7a55ead97db94284146612364b8ce1c59de8771f.tar.gz volse-hubzilla-7a55ead97db94284146612364b8ce1c59de8771f.tar.bz2 volse-hubzilla-7a55ead97db94284146612364b8ce1c59de8771f.zip |
new feature (post 3.4): allow a different username to be used when importing.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/channel_import.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl index d702a2437..c7cbb1742 100755 --- a/view/tpl/channel_import.tpl +++ b/view/tpl/channel_import.tpl @@ -24,6 +24,7 @@ {{include file="field_checkbox.tpl" field=$make_primary}} {{include file="field_checkbox.tpl" field=$moving}} + {{include file="field_input.tpl" field=$newname}} <div id="import-common-desc" class="section-content-info-wrapper">{{$pleasewait}}</div> |