Created
February 4, 2012 00:52
-
-
Save mhulse/1734133 to your computer and use it in GitHub Desktop.
[Django 1.3] Template tag that allows Django tags in variables (i.e. flatpage content).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "base.html" %} | |
{% load allow_tags %} | |
{% allow_tags page.content %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mhulse FYI: change my website, so my article is now at https://surdu.me/2011/02/18/set-variable-django-template.html