Skip to content

Commit

Permalink
comment out toolbar functionality for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterCat12 committed May 2, 2017
1 parent dd13807 commit e24526f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions django_version_viewer/templates/test.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


{% block content %}
<!-- {% block content %}
{% if success %}
{% comment %}
Need to use js reload since Django doesn't provide a good
Expand All @@ -23,4 +23,4 @@ <h4 class="modal-title">Versions</h4>
</div>
</div>
{% endblock %}
{% endblock %} -->
2 changes: 1 addition & 1 deletion django_version_viewer/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
urlpatterns = [
url(r'^$', views.DjangoVersionViewer.as_view(), name='django_version_viewer'),
url(r'^csv/$', views.DjangoVersionViewerCSV.as_view(), name='django_version_viewer_csv'),
url(r'^toolbar/$', views.DjangoVersionViewerToolBar.as_view(), name='django_version_viewer_toolbar'),
# url(r'^toolbar/$', views.DjangoVersionViewerToolBar.as_view(), name='django_version_viewer_toolbar'),
]

0 comments on commit e24526f

Please sign in to comment.