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 %}