forked from I2P_Developers/i2p.www
Cleanup after merge
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}Meeting {{ id }}{% endblock %}
|
{% block title %}I2P Development Meeting {{ id }}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ header }}
|
{% autoescape false %}
|
||||||
|
{% if header %}
|
||||||
|
{{ header | restructuredtext }}
|
||||||
|
{% endif %}
|
||||||
|
{% endautoescape %}
|
||||||
|
<div class="irclog">
|
||||||
<pre>
|
<pre>
|
||||||
{{ log }}
|
{{ log|escape }}
|
||||||
|
{# TODO: pygments #}
|
||||||
</pre>
|
</pre>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -1,15 +0,0 @@
|
|||||||
{% extends "global/layout.html" %}
|
|
||||||
{% block title %}I2P Development Meeting {{ id }}{% endblock %}
|
|
||||||
{% block content %}
|
|
||||||
{% autoescape false %}
|
|
||||||
{% if header %}
|
|
||||||
{{ header | restructuredtext }}
|
|
||||||
{% endif %}
|
|
||||||
{% endautoescape %}
|
|
||||||
<div class="irclog">
|
|
||||||
<pre>
|
|
||||||
{{ log|escape }}
|
|
||||||
{# TODO: pygments #}
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
Reference in New Issue
Block a user