guanghao479 / mymd

2 stars 0 forks source link

Static files in login and home pages are not loaded #19

Closed guanghao479 closed 12 years ago

guanghao479 commented 12 years ago

ATT @Xinghan

guanghao479 commented 12 years ago

Due to there two lines @Xinghan https://github.com/fmaj7/mymd/commit/908772497d533d83cce77e1b34e4bca3a4e3b414#L3R73 https://github.com/fmaj7/mymd/commit/684848d14d9207334dacd4a530b826425bfea426#L9R67

Current the way it works is wraping the context with request context, like

render_to_response('home/home.html', RequestContext(request, c))

guanghao479 commented 12 years ago

Fixed by @lkrich7