From 5354f1f3917cfbf5fb59aa2ed5950960aadb3b48 Mon Sep 17 00:00:00 2001 From: Silvan Spross Date: Wed, 6 Mar 2013 16:49:59 +0100 Subject: [PATCH] fixed template typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c209a7a..1c239e3 100644 --- a/README.rst +++ b/README.rst @@ -194,7 +194,7 @@ Constance can be used from your Python code and from your Django templates. Then, in your template you can refer to the config values just as any other variable, e.g.:: -

Welcome on {% config.SITE_NAME %}

+

Welcome on {{ config.SITE_NAME }}

{% if config.BETA_LAUNCHED %} Woohoo! Head over here to use the beta. {% else %}