Skip to content

Commit

Permalink
Fix #48 Change url location - Sign up to star & bookmark recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-townsend committed Nov 30, 2022
1 parent 2bea180 commit 93eaa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/recipe_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="page-title text-left">{{ recipe.title }}</h1>
</form>
{% else %}
<span class="text-secondary"><i class="far fa-star"></i></span>
<a href="{{ signup_url }}" class="link">Sign up to star & bookmark recipes</a>
<a href="{% url 'account_signup' %}" class="link">Sign up to star & bookmark recipes</a>
{% endif %}
<span class="text-secondary"> {{ recipe.number_of_likes }}</span>
</strong>
Expand Down

0 comments on commit 93eaa72

Please sign in to comment.