Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes on top of 0.8.0.0 #37

Merged
merged 11 commits into from
Aug 17, 2017
Prev Previous commit
Next Next commit
Typo fixes
  • Loading branch information
OdyX committed Aug 13, 2017
commit 9de4652f72a41dd9ce06af8b56b0a51343474557
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ <h4>{% trans "Disponibilités" %}</h4>

<a class="pull-right btn btn-primary" href="{% url 'season-staff-update' season.pk %}">{% trans "Attribuer les moniteurs" %}</a>
</div>
{% endblock %}
{% endblock %}
1 change: 1 addition & 0 deletions defivelo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@
{% endif %}
{% endcompress %}
</body>
</html>
2 changes: 1 addition & 1 deletion defivelo/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% for season in current_seasons %}
<li>
{% if user|can:'challenge_season_crud' %}
<a href="{{ season.get_absolute_url }}"">
<a href="{{ season.get_absolute_url }}">
{% else %}
<a href="{% url 'season-availabilities-update' pk=season.pk helperpk=user.pk %}"
title="{% trans "Mes disponibilités" %}">
Expand Down