aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app_install.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-23 07:59:37 +0000
committerMario <mario@mariovavti.com>2021-08-23 07:59:37 +0000
commit824894baf0f11e85552c283ee948febd8bac5e06 (patch)
treec98f5d1fa662f7421c50eb42e15cc469dd24051c /view/tpl/app_install.tpl
parent2bd4f7384e3693c4f1f1886216ec0feedd23021e (diff)
downloadvolse-hubzilla-824894baf0f11e85552c283ee948febd8bac5e06.tar.gz
volse-hubzilla-824894baf0f11e85552c283ee948febd8bac5e06.tar.bz2
volse-hubzilla-824894baf0f11e85552c283ee948febd8bac5e06.zip
more app descriptions and return to the app if installed from the module itself
Diffstat (limited to 'view/tpl/app_install.tpl')
-rw-r--r--view/tpl/app_install.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/app_install.tpl b/view/tpl/app_install.tpl
index d5981eba7..16b89d350 100644
--- a/view/tpl/app_install.tpl
+++ b/view/tpl/app_install.tpl
@@ -6,6 +6,7 @@
</div>
<form action="appman" method="post">
<input type="hidden" name="papp" value="{{$papp.papp}}" />
+ <input type="hidden" name="return_path" value="{{$return_path}}" />
<button type="submit" name="install" value="install" class="btn btn-success">
<i class="fa fa-fw fa-arrow-circle-o-down"></i> {{$install}}
</button>