Files
TorrentIndexer/templates/categories.html
sqozz 4ba2e1168f Added translation methods to JS and Python
Modified "Create"-form
2015-02-15 03:48:39 +01:00

10 lines
212 B
HTML

<!--
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Categories{% endblock%}
{% set active_page = "categories" %}
{% block content %}
<p>CATEGORIES</p>
{% endblock content%}