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 %} {% endautoescape %}
<div class="irclog"> <div class="irclog">
<h1>{{ _('Full IRC Log') }}</h1> <h1>{{ _('Full IRC Log') }}</h1>
<pre> {% highlight lang='irc' %}
{{ log|escape }} {{ log|escape }}
{# TODO: pygments #} {% endhighlight %}
</pre>
</div> </div>
{% endblock %} {% endblock %}