Browse Source

Small formatting change.

Rafał Pitoń 11 years ago
parent
commit
3833313641
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/developers/context_processors.rst

+ 1 - 1
docs/developers/context_processors.rst

@@ -10,7 +10,7 @@ misago.core.context_processors.site_address
 
 
 :py:func:`misago.core.context_processors.site_address`
 :py:func:`misago.core.context_processors.site_address`
 
 
-This function adds `SITE_ADDRESS` value to template context that you can use to build absolue links in your templates::
+This function adds ``SITE_ADDRESS`` value to template context that you can use to build absolue links in your templates::
 
 
     # Will become "http://mysite.com/"
     # Will become "http://mysite.com/"
     {{ SITE_ADDRESS }}{% url 'forum_index' %}
     {{ SITE_ADDRESS }}{% url 'forum_index' %}