remove test template
This commit is contained in:
parent
be4afb79ad
commit
cee2a05be0
@ -1,10 +0,0 @@
|
||||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
|
||||
{% for feedtitle, text in feed.items() %}
|
||||
<div class="event">
|
||||
<h2>{{ feedtitle }}</h2>
|
||||
{{ text[0]|safe }}
|
||||
</div>
|
||||
{% endfor%}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user