Template and tweaks -> meetings now display. TODO: properly render .rst

This commit is contained in:
str4d
2012-09-13 03:24:12 +00:00
parent 51f3228d40
commit 94cb7205c8
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{% extends "global/layout.html" %}
{% block title %}Meeting {{ id }}{% endblock %}
{% block content %}
{{ header }}
<pre>
{{ log }}
</pre>
{% endblock %}