mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a926046ba6
commit
1687b025dc
18 changed files with 775 additions and 777 deletions
|
@ -118,8 +118,8 @@ additional class on the ``a`` for that tool. These are ``.addlink`` and
|
|||
Example from a changelist page::
|
||||
|
||||
<ul class="object-tools">
|
||||
<li><a href="/stories/add/" class="addlink">Add redirect</a></li>
|
||||
</ul>
|
||||
<li><a href="/stories/add/" class="addlink">Add redirect</a></li>
|
||||
</ul>
|
||||
|
||||
.. image:: http://media.djangoproject.com/img/doc/admincss/objecttools_01.gif
|
||||
:alt: Object tools on a changelist page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue