LABEL content displays twice

Issue #7 resolved
Nadav Kavalerchik created an issue

Adding a LABEL resource, the content of that Label displays twice on the course front page, for students and teachers.

Comments (5)

  1. Nadav Kavalerchik reporter

    I think the above link is pointing to the wrong plugin. My local fix was:

    {{^is_label}}
                {{#showdescription}}
                    <div class="contentafterlink">
                        <div class="no-overflow">
                            {{{intro}}}
                        </div>
                    </div>
                {{/showdescription}}
            {{/is_label}}
    
  2. Log in to comment