From: Jérémy Fabre Date: Fri, 21 Oct 2016 09:01:44 +0000 (+0200) Subject: Remove public type from stages X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e0a8951e6445c4882a6fe30c7b8fd8a83b81d761;p=mezzo.git Remove public type from stages --- diff --git a/app/templates/agenda/includes/event_metainfo.html b/app/templates/agenda/includes/event_metainfo.html index 4ce52b85..4dcd6e63 100644 --- a/app/templates/agenda/includes/event_metainfo.html +++ b/app/templates/agenda/includes/event_metainfo.html @@ -24,8 +24,10 @@ {% if training %}
{% trans "Language" %}

{{ training.get_language_display }}

-
{% trans "Public type" %}
-

{{ training.public_type }}

+ {% comment %} +
{% trans "Public type" %}
+

{{ training.public_type }}

+ {% endcomment %}
{% trans "Level" %}

{{ training.level }}

{% endif %}