Skip to content

Update index.html

username-removed-258941 requested to merge s14ck/hyperkitty:patch-1 into master

In index.html:

{% load staticfiles %} Was perfectly working fine with DEBUG = True.

But when I set DEBUG = False, I get Server Error (500).

After I changed index.html to: {% load static %}

It is working fine with DEBUG = False

Merge request reports