Matthew Welch
c49eb99cd2
Added users so that the site can only be used if logged in. Thumbnails for each comic are also generated with ImageMagick.
10 lines
223 B
HTML
10 lines
223 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="container col-7">
|
|
<div class="row justify-content-start">
|
|
{% include "PublisherSeriesList.html" %}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|