Skip to content

Commit

Permalink
Remove unnecessary blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wasswa-derick committed Aug 31, 2018
1 parent ad925e7 commit c39251d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wger/manager/templates/workout/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,10 @@ <h4>{% trans "Import Workouts" %}</h4>
Add workout
<span class="caret"></span>
</button>

<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="{% url 'manager:workout:add' %}?cycle=micro">Microcycle: One week plan</a></li>
<li><a href="{% url 'manager:workout:add' %}?cycle=meso">Mesocycle: Two to six weeks plan</a></li>
<li><a href="{% url 'manager:workout:add' %}?cycle=macro">Macrocycle: One year plan</a></li>
</ul>


</div>
{% endblock %}

0 comments on commit c39251d

Please sign in to comment.