mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00

By default, Django expects URLs to end with a "/" but if it accepts a request without a trailing slash, it will issue a permanent redirect with the slash appended. While this is great, it does mean an extra request to the server. This patch adds a "/" to anchor tags that did not have one already appended to it, thus helping to save time for a user browsing .org as well as for the server.