Added newst version of Bootstrap

Added "create" menupoint
Added icons to the menupoints
This commit is contained in:
sqozz
2015-02-05 22:38:39 +01:00
parent a8bf953078
commit 72daa11c33
8 changed files with 310 additions and 4 deletions

9
templates/create.html Normal file
View File

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