>>
> That's a really bad idea. Users can bring the whole site down with
> malformed content if you do it like that.
>
> At least you should do something like that:
>
> try:
>usercontent = render_to_string('whatever.html', {...})
> except TemplateSynatxError: # maybe other exceptions?
>user
On Fri, Aug 29, 2008 at 11:22 PM, Martin Diers <[EMAIL PROTECTED]> wrote:
>
> On Aug 29, 2008, at 2:22 PM, Benjamin Buch wrote:
>
>>
>> Clumsy subject, I know...
>>
>> I know there was a recent discussion about this, but I lost it, so
>> sorry for asking again.
>> So here's the question:
>>
>> How
On Aug 29, 2008, at 2:22 PM, Benjamin Buch wrote:
>
> Clumsy subject, I know...
>
> I know there was a recent discussion about this, but I lost it, so
> sorry for asking again.
> So here's the question:
>
> How can you allow your users to add something like pictures into
> something like blog pos
Clumsy subject, I know...
I know there was a recent discussion about this, but I lost it, so
sorry for asking again.
So here's the question:
How can you allow your users to add something like pictures into
something like blog posts?
Not just below or above (this could be achieved by a simple
4 matches
Mail list logo