diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2020-06-23 20:58:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-06-23 20:58:14 +0000 |
commit | 6a41bf4f6f0b84e84293b7f2649ba60a9c78818f (patch) | |
tree | a8169386aca6e64ceb4e0f13895618be55b146e8 /src/templates/base/base.html | |
parent | 3bd27e99960c16c0a9bcab1533b1e6f15b0c9d9e (diff) | |
parent | 596664b37c17b31f2b5faa0d5144e4317179e0ba (diff) |
Merge "Enable OpenID"
Diffstat (limited to 'src/templates/base/base.html')
-rw-r--r-- | src/templates/base/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/base/base.html b/src/templates/base/base.html index cc6d38d..f86cff8 100644 --- a/src/templates/base/base.html +++ b/src/templates/base/base.html @@ -44,6 +44,7 @@ {% endif %} <i class="fas fa-caret-down rotate"></i> </a> + {% block login %} <div class="dropdown-menu dropdown-menu-right"> {% if user.is_authenticated %} <a href="{% url 'account:settings' %}" class="text-dark dropdown-item"> @@ -61,6 +62,7 @@ </a> {% endif %} </div> + {% endblock login %} </li> </ul> </div> |