File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments