Revision 3158d6f6 cloudcmsresources/templates/content/resources_list.html

b/cloudcmsresources/templates/content/resources_list.html
38 38
                <p>{{ r.translation.description }}</p>
39 39
            </div>
40 40
            <div class="download">
41
                <a class="resource-download" href="{{ r.media_file.get_absolute_link }}">
41
                <a class="resource-download" target="_blank" href="{{ r.media_file.get_absolute_url }}">
42 42
                    <span class="download-image"></span>
43 43
                    <span>{% trans "DOWNLOAD" %} {{ r.get_filetype }}</span>
44 44
                </a>

Also available in: Unified diff