Skip to content

Conversation

sarthakyeole
Copy link
Contributor

@sarthakyeole sarthakyeole commented Jul 3, 2024

This PR solves #163
blog.html is created at templates/blog
accordingly, changes made at AlumniConnect/urls.py
also changes made at
applications/blog/models.py
applications/blog/urls.py
applications/blog/views.py

path('members/', include('applications.members.urls')),
path('events/', include('applications.events_news.urls')),
path('news/', include('applications.news.urls')),
path('blog/', include('applications.blog.urls')),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line

@sarthakyeole sarthakyeole force-pushed the blogpage branch 2 times, most recently from ee9840b to b1eb805 Compare July 13, 2024 09:43
@SamakshAgarwal1112
Copy link
Collaborator

@sarthakyeole Please don't force-push branch. Resolve conflicts and then push. Also, in your blog_detail.html, make sure the content of blogs are visible. Your variables name are wrong at same places in the HTML file and before variables add 'blog.' like 'blog.title' otherwise it won't work.

@SamakshAgarwal1112 SamakshAgarwal1112 merged commit 705be8c into BitByte-TPC:master Jul 15, 2024
@SamakshAgarwal1112 SamakshAgarwal1112 added difficulty - easy BSoC'24 Issues available during BSoC 2024 labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BSoC'24 Issues available during BSoC 2024 difficulty - easy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants