diff options
author | redmatrix <git@macgirvin.com> | 2016-05-04 17:35:27 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-04 17:35:27 -0700 |
commit | 50fb525b280069e4a95f9ae133b15460e8b02318 (patch) | |
tree | 681af74d8de7b6b73c6965738e366657fdc2e5cd /view/tpl | |
parent | 7c57da3a28ceda8eb5622ffedd0a20bba742e96a (diff) | |
download | volse-hubzilla-50fb525b280069e4a95f9ae133b15460e8b02318.tar.gz volse-hubzilla-50fb525b280069e4a95f9ae133b15460e8b02318.tar.bz2 volse-hubzilla-50fb525b280069e4a95f9ae133b15460e8b02318.zip |
add categories to apps (wip)
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/app_create.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl index 0590e7031..06fbcaaa7 100644 --- a/view/tpl/app_create.tpl +++ b/view/tpl/app_create.tpl @@ -17,6 +17,7 @@ {{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$categories}} {{include file="field_input.tpl" field=$url}} {{include file="field_textarea.tpl" field=$desc}} {{include file="field_input.tpl" field=$photo}} |