* Add 404 and 500 templates for displaying pretty page not found and server error...
[matthijs/projects/xerxes.git] / templates / influences / character_list.html
1 {% extends "base/base.html" %}
2
3 {% block content %}
4 {% include "influences/character_list_block.html" %}
5 {% endblock %}