Misc: admin media, pdf search path
Admin preview view now includes javascript tags provided by media, There are dependencies added for backbone and underscore in that specific admin page.
This commit is contained in:
parent
1a702665fd
commit
440163e504
4 changed files with 34 additions and 7 deletions
|
@ -75,7 +75,7 @@ class Page(models.Model):
|
|||
field = FormField(page=self,
|
||||
name=fdata['name'])
|
||||
|
||||
field.fieldtype = fdata['type']
|
||||
field.fieldtype = fdata['type'][0]
|
||||
area = fdata['area']
|
||||
field.pos_x = area['pos_x']
|
||||
field.pos_y = area['pos_y']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue