]> git.parisson.com Git - teleforma.git/commitdiff
fix seminar pub text
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 22:56:00 +0000 (23:56 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 22:56:00 +0000 (23:56 +0100)
teleforma/templates/teleforma/seminar_detail.html

index a144216b9dfd31a0bed3a2d69f08a307df1b1f44..ca522df67df5a0226d939e48f744c05c720d3e1b 100644 (file)
@@ -91,7 +91,7 @@ $(window).ready(function(){
             {% endif %}
             
             {% if user.is_staff %}
-            <a id="publish" href="#" class="{% if seminar.status == 2 %}component_icon button icon_ok{% else %}component_icon button icon_delete{% endif %}">{% if seminar.status == 2 %}{% trans " published" %}{% else %}{% trans " rejected" %}{% endif %}</a>
+            <a id="publish" href="#" class="{% if seminar.status == 2 %}component_icon button icon_ok{% else %}component_icon button icon_delete{% endif %}">{% if seminar.status == 2 %}{% trans " published" %}{% else %}{% trans " draft" %}{% endif %}</a>
             {% endif %}
           </div>