I did that already, you misunderstood my question. Let me rephrase it this way- calling render_to_response() from a view fails to find template files that are located in a custom skin.
theactiveactor ( 2012-07-07 15:15:29 -0500 )editrender_to_response won't pick up a template for the skin, right now askbot uses it's own render_into_skin, but this is fixable - we will make use of the standard template loading API. We will also simplify the way templates are organized in the skin. I think we will also leave just default theme in askbot - to simplify the directory structure as much as possible.
That is fine, thank you for clarifying. render_into_skin() looks like it's sufficient for my needs.
theactiveactor ( 2012-07-07 23:12:07 -0500 )edit