First time here? Check out the FAQ!

nr's profile - activity

2012-09-12 05:58:35 -0500 commented question "Input error: k: Format of site key was invalid" when reCAPTCHA is turned on

Got the same error. Be sure to restart your server after saving the new settings for reCaptcha.

2012-09-07 02:51:43 -0500 received badge Nice Answer ( source )
2012-09-07 02:38:53 -0500 received badge Supporter (source)
2012-09-06 21:48:21 -0500 received badge Teacher ( source )
2012-09-06 21:48:21 -0500 received badge Necromancer ( source )
2012-09-06 10:20:45 -0500 received badge Editor ( source )
2012-09-06 10:19:39 -0500 answered a question Make meta description relevant to current page.

Hi, I see on question.html template, this line of code

{% block meta_description %}
        <meta name="description" content="{{question.summary|striptags|escape}}" />
{% endblock %}

but the real page meta description is still the default one "Open source question and answer forum written in Python and Django", probably taken from the default meta_description block definition inside html_head_meta.html

If you look at the meta description of this page you see the same bug!

This is only a relative little problem, but I see that block overrides don't work in the whole templating system. Can someone have a look at this?