Changes between Initial Version and Version 1 of Ticket #35540
- Timestamp:
- Jun 20, 2024, 6:07:17 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35540 – Description
initial v1 1 1 If you look at the tutorial with an older screenshot of the Django admin, we're expecting some padding below the login button: https://docs.djangoproject.com/en/5.0/intro/tutorial02/#start-the-development-server 2 3 Current 4 5 [[Image(image-20240620-130503.png)]] 2 6 3 7 … … 19 23 }}} 20 24 25 After 26 27 [[Image(image-20240620-130526.png)]] 21 28 22 29 Whoever picks this up should also update the image `docs/intro/_images/admin01.png` so that it has the latest styles 👍