summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gstudio/templates/gstudio/home.html2
-rw-r--r--setup.py5
2 files changed, 4 insertions, 3 deletions
diff --git a/gstudio/templates/gstudio/home.html b/gstudio/templates/gstudio/home.html
index 1268922..aec372d 100644
--- a/gstudio/templates/gstudio/home.html
+++ b/gstudio/templates/gstudio/home.html
@@ -128,7 +128,7 @@
<center><p style = " font-size : 19px ; color : #4d659e"><b>Let us collaboratively construct semantic knowledge networks with a special focus on education.<a href="/more/"><font color="red">more</font></a></b></p></center>
<div class="bottom">
<div class="authors">
- <h3>{% trans "Recents Authors" %}</h3>
+ <h3>{% trans "Recent Authors" %}</h3>
{% get_authors %}
</div>
diff --git a/setup.py b/setup.py
index 2567c2f..6b0228b 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,6 @@ setup(name='gnowsys-studio',
include_package_data=True,
zip_safe=False,
install_requires=['BeautifulSoup>=3.2.0',
- # 'django>=1.4',
'django-mptt>=0.4.2',
'django-tagging>=0.3.1',
'django-xmlrpc>=0.1.3',
@@ -66,9 +65,11 @@ setup(name='gnowsys-studio',
'django-4store>=0.3',
'HTTP4Store>=0.2',
'html5lib>=0.95',
+ 'django-markitup>=1.0.0',
+ 'inflection>=0.1.2',
'PIL>=1.1.7',
'diff-match-patch>=20120106',
'ox>=2.0.356',
'pandora_client>=0.2.94',
-
+
])