Added newst version of Bootstrap
Added "create" menupoint Added icons to the menupoints
This commit is contained in:
9
templates/create.html
Normal file
9
templates/create.html
Normal 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%}
|
Reference in New Issue
Block a user