Skip to content
Snippets Groups Projects
Verified Commit 2c1296dc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Do not show no-linked-person error to not logged in users.

parent b6173dad
Branches release/2.0
Tags 2.0
No related merge requests found
......@@ -2,7 +2,7 @@
{% load i18n %}
{% if not user.person %}
{% if not user.person and not user.is_anonymous %}
<div class="alert alert-danger" role="alert">
<h2 class="alert-heading">
{% blocktrans %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment