From a3fd9ca4f43987e4746f97fa460990be828f70eb Mon Sep 17 00:00:00 2001 From: Adarsh Date: Wed, 21 Jun 2017 15:50:54 -0400 Subject: [PATCH] Add csrf token to index.html of all 3 apps. --- .../apps/budgetSimulator/templates/budgetSimulator/index.html | 1 + .../apps/financialInputs/templates/financialInputs/index.html | 1 + .../preliminaryFinance/templates/preliminaryFinance/index.html | 1 + 3 files changed, 3 insertions(+) diff --git a/blocnote/apps/budgetSimulator/templates/budgetSimulator/index.html b/blocnote/apps/budgetSimulator/templates/budgetSimulator/index.html index c20b9c8..fdef3cc 100644 --- a/blocnote/apps/budgetSimulator/templates/budgetSimulator/index.html +++ b/blocnote/apps/budgetSimulator/templates/budgetSimulator/index.html @@ -2,6 +2,7 @@ {% load staticfiles %} {% block content %}
+ {% csrf_token %}

Budget Simulator

diff --git a/blocnote/apps/financialInputs/templates/financialInputs/index.html b/blocnote/apps/financialInputs/templates/financialInputs/index.html index edf4892..b9b7c29 100644 --- a/blocnote/apps/financialInputs/templates/financialInputs/index.html +++ b/blocnote/apps/financialInputs/templates/financialInputs/index.html @@ -2,6 +2,7 @@ {% load staticfiles %} {% block content %}
+ {% csrf_token %}

Financial Inputs diff --git a/blocnote/apps/preliminaryFinance/templates/preliminaryFinance/index.html b/blocnote/apps/preliminaryFinance/templates/preliminaryFinance/index.html index f07eb5a..4dd9c11 100644 --- a/blocnote/apps/preliminaryFinance/templates/preliminaryFinance/index.html +++ b/blocnote/apps/preliminaryFinance/templates/preliminaryFinance/index.html @@ -2,6 +2,7 @@ {% load staticfiles %} {% block content %}
+ {% csrf_token %}

Preliminary Finance -- GitLab