aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-03 21:59:26 -0700
committerredmatrix <git@macgirvin.com>2016-05-03 21:59:26 -0700
commit1685548a4cff333b2f923960f33a7f87394afcc5 (patch)
treefb081a47acbeaf942851e261fb7090a53fcaa820 /view
parent191298ec93968c8c5804c021d320c536dac32c12 (diff)
downloadvolse-hubzilla-1685548a4cff333b2f923960f33a7f87394afcc5.tar.gz
volse-hubzilla-1685548a4cff333b2f923960f33a7f87394afcc5.tar.bz2
volse-hubzilla-1685548a4cff333b2f923960f33a7f87394afcc5.zip
ensure that important system fields are passed through the appman editor
Diffstat (limited to 'view')
-rw-r--r--view/tpl/app_create.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl
index ff28e0598..0590e7031 100644
--- a/view/tpl/app_create.tpl
+++ b/view/tpl/app_create.tpl
@@ -12,6 +12,10 @@
<input type="hidden" name="addr" value="{{$addr}}" />
{{/if}}
+<input type="hidden" name="requires" value="{{$requires}}" />
+<input type="hidden" name="system" value="{{$system}}" />
+
+
{{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$url}}
{{include file="field_textarea.tpl" field=$desc}}