mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
fixed template typo in readme
This commit is contained in:
parent
cfe998046e
commit
5354f1f391
1 changed files with 1 additions and 1 deletions
|
|
@ -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.::
|
||||
|
||||
<h1>Welcome on {% config.SITE_NAME %}</h1>
|
||||
<h1>Welcome on {{ config.SITE_NAME }}</h1>
|
||||
{% if config.BETA_LAUNCHED %}
|
||||
Woohoo! Head over <a href="/sekrit/">here</a> to use the beta.
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue