thisismess / django-seo-cascade

django-seo-cascade is a Django app that provides automatic sitemap generation, cascading meta tag blocks, and overrides via the Django admin.
http://www.thisismess.com
12 stars 5 forks source link

Can't use translations inside meta tags #4

Open miratcan opened 11 years ago

miratcan commented 11 years ago
    {% meta %}
        <title>cubb.in</title>
        <meta name="description" content='{% trans "Cubb.in allows you share your photos blurred until it gets enought attention. Use sign in button below to start using it." %}' />
    {% endmeta %}

i wish i could do it

etchalon commented 11 years ago

Hmm. No reason it shouldn't work. I'll take a look.