Added translation methods to JS and Python
Modified "Create"-form
This commit is contained in:
9
templates/categories.html
Normal file
9
templates/categories.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!--
|
||||
vim: ts=2 noexpandtab
|
||||
-->
|
||||
{% extends "index.html" %}
|
||||
{% block title %}{{ super() }} - Categories{% endblock%}
|
||||
{% set active_page = "categories" %}
|
||||
{% block content %}
|
||||
<p>CATEGORIES</p>
|
||||
{% endblock content%}
|
Reference in New Issue
Block a user