Author: claudep
Date: 2012-03-19 14:02:35 -0700 (Mon, 19 Mar 2012)
New Revision: 17769

Modified:
   django/trunk/docs/ref/contrib/gis/install.txt
Log:
Fixed an indentation issue in GeoDjango installation docs.

Modified: django/trunk/docs/ref/contrib/gis/install.txt
===================================================================
--- django/trunk/docs/ref/contrib/gis/install.txt       2012-03-19 20:44:51 UTC 
(rev 17768)
+++ django/trunk/docs/ref/contrib/gis/install.txt       2012-03-19 21:02:35 UTC 
(rev 17769)
@@ -1145,12 +1145,13 @@
 
 * Create a symbolic link to these files:
 
-.. code-block:: bash
+  .. code-block:: bash
 
     $ sudo ln -s 
/usr/share/postgresql-8.3-postgis/{lwpostgis,spatial_ref_sys}.sql \
         /usr/share/postgresql/8.3
 
-  If not running PostgreSQL 8.3, then  replace ``8.3`` in the command above 
with the correct version.
+  If not running PostgreSQL 8.3, then  replace ``8.3`` in the command above 
with
+  the correct version.
 
 * Or use the :download:`create_template_postgis-debian.sh` to create the 
spatial database.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to