diff --git a/.gitignore b/.gitignore index 7d8faaf..4edfa96 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,5 @@ var/ .DS_Store? ehthumbs.db Icon? -Thumbs.db \ No newline at end of file +Thumbs.db +app.yaml diff --git a/appengine_config.py b/appengine_config.py index 5c35975..721d5cc 100755 --- a/appengine_config.py +++ b/appengine_config.py @@ -3,6 +3,7 @@ from logging import error +sys.path= [os.path.join(os.path.dirname(__file__), 'shared'), os.path.join(os.path.dirname(__file__), '.')]+sys.path diff --git a/main.py b/main.py index 673245c..60dfbcd 100755 --- a/main.py +++ b/main.py @@ -2,7 +2,6 @@ from google.appengine.ext.webapp import util -sys.path= [os.path.join(os.path.dirname(__file__), 'shared'), os.path.join(os.path.dirname(__file__), '.')]+sys.path # Django imports and other code go here... diff --git a/static/event-add.js b/static/event-add.js index 06841a8..2c73ed4 100755 --- a/static/event-add.js +++ b/static/event-add.js @@ -19,21 +19,6 @@ $(function() { max_chars: 250 }); - - - - if ($("#id_description").val() == ""){ - $("#event_description").hide(); - var add_descriptions; - add_days=$('
No link? You can add an short description instead.
').click(function(){ - $("#event_description").show() - $(this).hide(); - return false; - }) - - $("#link").append(add_days) - } - if ($("#end_date input").val() == ""){ $("#end_date").hide(); diff --git a/templates/account/edit_profile_form.html b/templates/account/edit_profile_form.html index 4713489..c24abcd 100755 --- a/templates/account/edit_profile_form.html +++ b/templates/account/edit_profile_form.html @@ -12,8 +12,4 @@ {{form.link}} {{form.link.help_text}} {{form.link.errors}} -
{{form.subscribe.label_tag}} - {{form.subscribe}} {{form.subscribe.help_text}} - {{form.subscribe.errors}} -
\ No newline at end of file diff --git a/templates/base-cacheable.html b/templates/base-cacheable.html index 34725b2..8213ead 100755 --- a/templates/base-cacheable.html +++ b/templates/base-cacheable.html @@ -31,11 +31,11 @@