From 6cda6e4e505cc1f1e62583a77ad9a251b165903f Mon Sep 17 00:00:00 2001 From: Soham Tiwari Date: Sun, 2 Feb 2020 15:34:19 +0530 Subject: [PATCH 1/2] Changed href for What's new in v1.0.0 link, now redirects to page for whats new in v1.0.0 page instead of whats new in v0.25.0 page --- web/pandas/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pandas/index.html b/web/pandas/index.html index fedb0b0c5f712..c1d1f590435e9 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -1,4 +1,4 @@ -{% extends "layout.html" %} +{% extends "_templates/layout.html" %} {% block body %}
@@ -63,7 +63,7 @@
With the support of:
{% if releases %}

Latest version: {{ releases[0].name }}

    -
  • What's new in {{ releases[0].name }}
  • +
  • What's new in {{ releases[0].name }}
  • Release date:
    {{ releases[0].published.strftime("%b %d, %Y") }}
  • Documentation (web)
  • Documentation (pdf)
  • From e71e3c0aaa30c10b342fc40c8874e2e9fcb07755 Mon Sep 17 00:00:00 2001 From: Soham Tiwari Date: Sun, 2 Feb 2020 15:39:23 +0530 Subject: [PATCH 2/2] corrected a small mistake in previous commit had changed 'layout.html' to 'templates/layout.html' while testing --- web/pandas/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/index.html b/web/pandas/index.html index c1d1f590435e9..83d0f48197033 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -1,4 +1,4 @@ -{% extends "_templates/layout.html" %} +{% extends "layout.html" %} {% block body %}