You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="module onboard onboard-accounts">
<h3>Thanks!</h3>
<p>
Your <a href="{% url "gold_detail" %}">support</a> of Read the Docs helps make the site better each and every month.
</p>
</div>
Actual Result
<div class="module onboard onboard-accounts">
<h3>Thanks!</h3>
<p>
Your <a href="{% url "gold_detail" %}">support</a> of Read the Docs helps make the site better each and every month.
</p>
The text was updated successfully, but these errors were encountered:
Details
The
<div>
tag is not closed on line 27 here: project_dashboard.htmlExpected Result
Actual Result
The text was updated successfully, but these errors were encountered: