Skip to content

Commit ede72a8

Browse files
committed
remove pycon and nidaba from templates
1 parent 4a705f9 commit ede72a8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

sopy/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<li class="{% block nav_salad %}{% endblock %}"><a href="{{ url_for('salad.index') }}">Salad Language</a></li>
2525
<li class="{% block nav_chatroom %}{% endblock %}"><a href="{{ url_for('pages.page', name='chatroom') }}">Chatroom</a></li>
2626
<li class="{% block nav_transcript %}{% endblock %}"><a href="{{ url_for('transcript.index') }}">Transcripts</a></li>
27-
<li class="{% block nav_nidaba %}{% endblock %}"><a href="{{ url_for('pages.page', name='nidaba') }}">Nidaba</a></li>
2827
{% if has_group('Dark Council') %}<li class="{% block nav_admin %}{% endblock %}"><a href="{{ url_for('admin.groups_index') }}">Admin</a></li>{% endif %}
2928
</ul>
3029
<ul class="nav navbar-nav navbar-right">

sopy/templates/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@ <h2>print('Hello, World!')</h2>
99
<p>Welcome to <strong>so</strong>python, the website of the Python community on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
1010
<p>Join us for chat in the <a href="http://chat.stackoverflow.com/rooms/6/python">Python room</a>!</p>
1111
</div>
12-
<div class="panel panel-info">
13-
<div class="panel-heading">PyCon US 2017</div>
14-
<div class="panel-body"><p><a href="{{ url_for('pycon') }}">We're at PyCon!</a>
15-
David Lord (@davidism) is planning open spaces and meetups.
16-
Ping @davidism in chat or on Twitter for more information.</p></div>
17-
</div>
1812
</div></div>
1913
{% endblock %}

0 commit comments

Comments
 (0)