annotate docs/theme/nature/layout.html @ 1039:51b70569c330 beta

extended admin rescan to show what repositories was added and what removed fixed found bugs, added expunge to cached getter since it introduce some more problems. Added some relationship to properly clean related objects from database.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Feb 2011 01:38:39 +0100
parents 86cbf8e6d76a
children 7de4436da08e f91d3f9b7230
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 {% extends "basic/layout.html" %}
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 {% block sidebarlogo %}
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 <h3>Support my development effort.</h3>
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 <div style="text-align:center">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 <input type="hidden" name="cmd" value="_s-xclick">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 <input type="hidden" name="hosted_button_id" value="8U2LLRPLBKWDU">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 <input style="border:0px !important" type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif"
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12 </form>
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 </div>
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
14 {% endblock %}}