wording
This commit is contained in:
parent
e2037f929a
commit
182ec6fef4
|
@ -40,6 +40,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2>Events for {{ camp.title }} coming soon!</h2>
|
<h2>No events for {{ camp.title }} yet!</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock program_content %}
|
{% endblock program_content %}
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<hr />
|
<hr />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2>Schedule for {{ camp.title }} coming soon!</h2>
|
<h2>No scheduled events for {{ camp.title }} yet!</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock schedule_content %}
|
{% endblock schedule_content %}
|
||||||
|
|
Loading…
Reference in a new issue