Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit 0896bdc

Browse files
authored
Merge pull request #101 from pythonkr/improve/remove-tutorial-sprint-button
튜토리얼, 스프린즈 제안하기 버튼 제거
2 parents 21afcb8 + c2a9b7d commit 0896bdc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyconkr/templates/pyconkr/tutorialproposal_list.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ <h2>Tutorials</h2>
1414
</li>
1515
{% endfor %}
1616
</ul>
17-
<a href="{% url "tutorial-propose" %}" class="btn btn-primary">
18-
<span class="glyphicon glyphicon-plus"></span> {% trans "Propose a tutorial" %}
19-
</a>
2017
<h2>Sprints</h2>
2118
<ul>
2219
{% for sprint in sprints %}
@@ -29,7 +26,4 @@ <h2>Sprints</h2>
2926
</li>
3027
{% endfor %}
3128
</ul>
32-
<a href="{% url "sprint-propose" %}" class="btn btn-primary">
33-
<span class="glyphicon glyphicon-plus"></span> {% trans "Propose a sprint" %}
34-
</a>
3529
{% endblock %}

0 commit comments

Comments
 (0)