~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/pybb/inlines/display_category.html

  • Committer: franku
  • Date: 2018-11-22 11:08:51 UTC
  • Revision ID: somal@arcor.de-20181122110851-77riof0o4dx2zcm6
split user uploaded content from static content

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
{% load pybb_extras %}
9
9
{% load wlprofile_extras %}
10
10
{% load custom_date %}
 
11
{% load static %}
11
12
 
12
13
<table class="forum">
13
14
        {# List all forums #}
15
16
        <tr class="{% cycle 'odd' 'even' %}">
16
17
                <td class="forumIcon center">
17
18
                {% if forum|pybb_has_unreads:user %}
18
 
                        <img src="{{ MEDIA_URL }}forum/img/folder_big_work_star.png" style="width: 48px; height:48px; margin: 0px;" alt="" />
 
19
                        <img src="{% static 'forum/img/folder_big_work_star.png' %}" style="width: 48px; height:48px; margin: 0px;" alt="" />
19
20
                {% else %}
20
 
                        <img src="{{ MEDIA_URL }}forum/img/folder_big_work.png" style="width: 48px; height:48px; margin: 0px;" alt="" />
 
21
                        <img src="{% static 'forum/img/folder_big_work.png' %}" style="width: 48px; height:48px; margin: 0px;" alt="" />
21
22
                {% endif %}
22
23
                </td>
23
24
                <td class="forumTitle">