Highlight meeting logs

This commit is contained in:
str4d
2013-08-06 04:33:52 +00:00
parent 717320daa9
commit 61858d183c

View File

@@ -8,9 +8,8 @@
{% endautoescape %}
<div class="irclog">
<h1>{{ _('Full IRC Log') }}</h1>
<pre>
{% highlight lang='irc' %}
{{ log|escape }}
{# TODO: pygments #}
</pre>
{% endhighlight %}
</div>
{% endblock %}