diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/app_install.tpl | 1 |
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> |