Cleanup after merge

This commit is contained in:
str4d
2012-09-13 12:38:36 +00:00
parent b89262af8c
commit 80e0973165
2 changed files with 10 additions and 18 deletions

View File

@@ -1,8 +1,15 @@
{% extends "global/layout.html" %}
{% block title %}Meeting {{ id }}{% endblock %}
{% block title %}I2P Development Meeting {{ id }}{% endblock %}
{% block content %}
{{ header }}
{% autoescape false %}
{% if header %}
{{ header | restructuredtext }}
{% endif %}
{% endautoescape %}
<div class="irclog">
<pre>
{{ log }}
{{ log|escape }}
{# TODO: pygments #}
</pre>
</div>
{% endblock %}