File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
djity/templates/djity/simplepage Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
-
2
1
Description
3
2
===========
4
3
@@ -24,9 +23,9 @@ License: GPL v3
24
23
Links
25
24
=====
26
25
27
- Homepage (roadmap, bug reports, etc.): http://redmine.djity.net/projects/djityportal
28
- Git page (forks, patches, etc.): https://github.com/djity/djity
29
- Official documentation: http://pypi.python.org/pypi/ djity
26
+ * Homepage (roadmap, bug reports, etc.): http://redmine.djity.net/projects/djityportal
27
+ * Git page (forks, patches, etc.): https://github.com/djity/djity
28
+ * Official documentation: http://doc.djity.net/ djity/
30
29
31
30
Features
32
31
========
Original file line number Diff line number Diff line change 8
8
{% endblock %}
9
9
10
10
{% block module_onload %}
11
+ if(dj.context.perm.edit){
11
12
$('#simple_page_content').editable(
12
13
{
13
14
save_function:'djity.simplepage.save_simple_page',
14
15
get_function:'djity.simplepage.get_simple_page',
15
16
lang:dj.context.simple_page_lang
16
17
});
17
-
18
+ }
18
19
{% endblock %}
19
20
{% block body %}
20
21
< div id ="simple_page_content " >
Original file line number Diff line number Diff line change 15
15
'templates/djity/*.html' ,
16
16
'templates/djity/*/*.html' ,
17
17
'templates/djity/style/*.css' ,
18
- 'media /*/*.*' ,
19
- 'media /*/*/*.*' ,
20
- 'media /*/*/*/*.*' ,
18
+ 'static /*/*.*' ,
19
+ 'static /*/*/*.*' ,
20
+ 'static /*/*/*/*.*' ,
21
21
'project_skeleton/*_tmpl' ,
22
22
'project_skeleton/data/cache/setup_trap' ,
23
23
'project_skeleton/media/setup_trap' ,
You can’t perform that action at this time.
0 commit comments