File tree 1 file changed +2
-4
lines changed
esp/esp/themes/theme_data/fruitsalad/templates
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 141
141
{% block content_header %}
142
142
< div id ="content_header ">
143
143
< div class ="corners "> < div class ="ul "> </ div > < div class ="ur "> </ div > </ div >
144
+
145
+ < h1 class ="title "> {% block content_title %} {% endblock %}</ h1 >
144
146
{% if request.path|equal:"/teach/index.html" or request.path|equal:"/learn/index.html" %}
145
147
146
148
{% load preview %}
@@ -178,11 +180,7 @@ <h1>{{ announce.category|default:"" }}</h1>
178
180
< div id ="divannouncemore ">
179
181
< a href ="/myesp/home/ "> more announcements...</ a > </ div >
180
182
{% endif %}
181
- {% else %}
182
- <!-- Default blank if there's no announcements -->
183
183
{% endif %}
184
- {% else %}
185
- < h1 class ="title "> {% block content_title %} {% endblock %}</ h1 >
186
184
{% endif %}
187
185
</ div >
188
186
{% endblock %}
You can’t perform that action at this time.
0 commit comments