~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to mainpage/views.py

updated beautifulsoup to get version compatible with python3

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    except IOError:
127
127
        txt = txt + "Couldn't find developer file!"
128
128
 
129
 
    txt = do_wl_markdown(txt, custom=False)
 
129
    txt = do_wl_markdown(txt, beautify=False)
130
130
 
131
131
    return render(request, 'mainpage/developers.html',
132
132
                  {'developers': txt}