This commit is contained in:
sqozz
2015-02-12 22:06:31 +01:00
parent 90bd3ea1f2
commit 94ba7485c6
19 changed files with 227 additions and 534 deletions

9
templates/categorys.html Normal file
View File

@ -0,0 +1,9 @@
<!--
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Categorys{% endblock%}
{% set active_page = "categorys" %}
{% block content %}
<p>CATEGORYS</p>
{% endblock content%}