Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wavepool/templates/wavepool/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link href="{% static 'bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'app.css' %}" rel="stylesheet">
<title>Wavepool | Industry Dive</title>
<title>{{ newspost.title }} | Wavepool | Industry Dive</title>
Copy link
Author

Choose a reason for hiding this comment

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

This fixes was made to include the newspost.title in the template as required by test_newspost_page_title_attribute

<link rel="shortcut icon" type="/image/png" href="{% static 'favicon.ico' %}"/>
</head>
<body>
Expand Down