From b8a32623bd7c928c2f27efe49d2993efd40b1df8 Mon Sep 17 00:00:00 2001 From: Ananya Maiti Date: Sun, 22 Mar 2020 12:19:19 +0530 Subject: [PATCH] Fix incorrect conference slug in profile dashboard Add .vscode to .gitignore --- .gitignore | 3 +++ junction/templates/profiles/dashboard.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eaa6fc9f..8870719c 100644 --- a/.gitignore +++ b/.gitignore @@ -87,4 +87,7 @@ qr_files/ # mypy cache **/.mypy_cache +#VSCode +.vscode/ + tmp/ diff --git a/junction/templates/profiles/dashboard.html b/junction/templates/profiles/dashboard.html index 736b8fec..ef336e9d 100644 --- a/junction/templates/profiles/dashboard.html +++ b/junction/templates/profiles/dashboard.html @@ -34,7 +34,7 @@

Your Proposals


{% if conf_proposals %} {% for conference,proposals in conf_proposals.items %} -

{{ conference }}

+

{{ conference }}

{% for proposal in proposals %}