Matthew Welch
2f855db067
Comics can be opened and read. Thumbnails for each comics are now stored in the database. Some files have been renamed for clarification.
8 lines
138 B
HTML
8 lines
138 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<ul id="series">
|
|
{% include "PublisherSeriesList.html" %}
|
|
</ul>
|
|
{% endblock %}
|