Update 'themes/varia/templates/stream.html'
This commit is contained in:
parent
c5f6b61b2b
commit
42c5d0a6f6
@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
<!--{% extends "base.html" %}
|
||||
{% block title %}{{ page.title }}{%endblock%}
|
||||
|
||||
{% block content %}
|
||||
@ -11,8 +11,6 @@
|
||||
Last updated: {{ page.locale_modified }}
|
||||
</p>
|
||||
{% endif %}
|
||||
<!-- {% import 'translations.html' as translations with context %} -->
|
||||
<!-- {{ translations.translations_for(page) }} -->
|
||||
{% for page in pages %}
|
||||
{% if page.slug == 'stream' %}
|
||||
<div id="stream" class="overview">
|
||||
@ -26,3 +24,4 @@
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
-->
|
Loading…
Reference in New Issue
Block a user