Skip to content

Commit b6fc64c

Browse files
committed
website-update-home-coc-about-pages
1 parent 32570fc commit b6fc64c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class Album(models.Model):
99
title = models.CharField(max_length=70)
10+
event_date = models.DateTimeField(auto_now_add=True)
1011
description = models.TextField(max_length=1024)
1112
twitter_url = models.URLField(default='', help_text='Link to Twitter Account', blank=True,)
1213
facebook_url = models.URLField(default='', help_text='Link to Facebook Account', blank=True,)

templates/newHome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2 class="h4 u-heading-v2__title g-color-gray-dark-v2 g-font-weight-600 text-up
132132
PyScholars for the Senior high level and PyClubs where students meet and learn at the Tertiary level. </p>
133133

134134
</div>
135-
<a class="btn btn-xl u-btn-primary text-uppercase g-font-weight-600 g-font-size-12 rounded g-mr-15 g-mb-10 g-mb-0--sm" href="#">About Us and the Team</a>
135+
<a class="btn btn-xl u-btn-primary text-uppercase g-font-weight-600 g-font-size-12 rounded g-mr-15 g-mb-10 g-mb-0--sm" href="/about">About Us and the Team</a>
136136
</div>
137137
<!-- End Section Content -->
138138
</div>

0 commit comments

Comments
 (0)