Skip to content

Commit

Permalink
Merge pull request #979 from /issues/978/compromisos-tarjetas
Browse files Browse the repository at this point in the history
Fix leer más button
  • Loading branch information
lfalvarez committed Oct 24, 2017
2 parents 77bc349 + 3813d52 commit e1290bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4><a href="{% url 'popular_proposals:detail' slug=proposal.slug %}">{{proposal
{% include 'popular_proposal/_share.html' with popular_proposal=proposal %}
</div>
{% endcomment %}
<a href="{{ popular_proposals.get_absolute_url }}" class="btn btn-blue pull-right">Leer más</a>
<a href="{{ proposals.get_absolute_url }}" class="btn btn-blue pull-right">Leer más</a>
</div>
{% endif %}
</div>

0 comments on commit e1290bf

Please sign in to comment.