diff --git a/main/templates/main/base.html b/main/templates/main/base.html index 78b05266..362e006e 100644 --- a/main/templates/main/base.html +++ b/main/templates/main/base.html @@ -14,6 +14,12 @@ DUNE Process Manager + {% if user.is_authenticated %} + + {% csrf_token %} + Logout + + {% endif %}