From ddd9254f40f62a17be25bb57909ade29e4463431 Mon Sep 17 00:00:00 2001 From: Gustavo Jaruga Cruz Date: Tue, 31 May 2016 14:59:23 -0300 Subject: [PATCH] Add new tab link --- src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html index bfc98cb..64c2dd1 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html @@ -23,7 +23,9 @@ {% block head_js %} {% for widget in widgets_profile %} + {% if widget.identifier in request.get_full_path %} {{widget.get_header}} + {% endif %} {% endfor %}