luanfonceca / speakerfight

The Easier way to choose the best talks.
http://speakerfight.com
MIT License
342 stars 139 forks source link

Home page button "JOIN THE FIGHTERS" address issue #477

Open dvinciguerra opened 6 years ago

dvinciguerra commented 6 years ago

Description

Button url is pointing to "https://speakerfight.com/events/'%20%%7D".

Issue

              <a href="{% url 'list_events' %}' %}" class="btn-flat info big-button text-center">{% trans "JOIN THE FIGHTERS" %}</a>

More Informations

File Path: speakerfight/core/templates/index.html

ThiagoLelis commented 6 years ago

I fixed the href link, remove the extra %} inside the string

Pull Request https://github.com/luanfonceca/speakerfight/pull/501