diff --git a/fzjgact/huodong/templates/public_screens.html b/fzjgact/huodong/templates/public_screens.html index 47013cf..74248a2 100644 --- a/fzjgact/huodong/templates/public_screens.html +++ b/fzjgact/huodong/templates/public_screens.html @@ -40,7 +40,13 @@ {% for screen in public_screens %}
- {{ screen.get_screen_type_display }} + {% if screen.image %} + {{ screen.get_screen_type_display }} + {% else %} +
+ 暂无图片 +
+ {% endif %}
{{ screen.get_screen_type_display }}