Rafał Pitoń 11 лет назад
Родитель
Сommit
3833313641
1 измененных файлов с 1 добавлено и 1 удалено
  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`
 
-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/"
     {{ SITE_ADDRESS }}{% url 'forum_index' %}