updated folder names and database for widgetcalendarv2

parent d5e56536
No preview for this file type
......@@ -8,6 +8,15 @@
<div id="content">
{% block content %}{% endblock %}
</div>
<div id="heading">
<ul><ul><h1>{% block heading %}{% endblock %}</h1></ul></ul>
</div>
<div id="text">
{% block text %}{% endblock %}
</div>
<div id="hyperlinks">
<ul><ul>{% block hyperlinks %}{% endblock %}</ul></ul>
</div>
{% block scripts %}{% endblock %}
</body>
</html>
\ No newline at end of file
# Generated by Django 4.1.1 on 2023-05-13 12:53
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('widgetcalendar', '0005_alter_event_course_alter_event_location'),
]
operations = [
migrations.AlterField(
model_name='event',
name='activity',
field=models.TextField(default='', max_length=1000),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment