Added users so that the site can only be used if logged in. Thumbnails for each comic are also generated with ImageMagick.
6 lines
63 B
HTML
6 lines
63 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|