Re: Link on static HMTL not clickable

2009-01-04 Thread SG_Muse
I already send a response (and an apology of course!) to Malcolm, but I will also add a more detailed explanation of my problem here. What I'm trying to achieve is navigating between 2 html pages, "General" and "Access". Both pages have the same tabbed navigation menu, which is structured as

Re: Link on static HMTL not clickable

2009-01-04 Thread SG_Muse
Anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: Link on static HMTL not clickable

2009-01-03 Thread SG_Muse
Btw, maybe useful :) My urls.py: from django.conf.urls.defaults import * from django.views.generic.simple import direct_to_template from django.conf import settings # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() urlpatterns =

Link on static HMTL not clickable

2009-01-03 Thread SG_Muse
Hello :) Once again I would like you to ask you for your help. I designed two static pages, which I want to link to eachother. Both pages are viewable, when I explicitly change the URL in the adress-bar. However, I cannot navigate to the other static page by means of the (href) link on the first

Re: TypeError when using direct-to_template

2009-01-02 Thread SG_Muse
Thank you RD! My own stupid mistake, I have to say, I was editing the backup file instead of the live file. I'm sorry I wasted your time. I can view my html now :) Now, I have to read and search more to sort out why my external css is not working :S

Re: TypeError when using direct-to_template

2009-01-02 Thread SG_Muse
Thank you very much for your quick answers gentlemen! I removed the quotes, but that lead into another problem; TemplateSyntaxError Could not parse the remainder: ' name' from 'project name' I copied the traceback: http://dpaste.com/104542/ I hope you can help me once again :)

TypeError when using direct-to_template

2009-01-02 Thread SG_Muse
hey all! Small intro/background :) I've been trying to use (Geo)Django to develop some kind of a research environment for the past 5 weeks. I'm completely new to programming, so ^^noob-alert!^^ However, I've been reading _a lot_ the past weeks and did various tutorials on (geo) Django and Python