Skip to content
Snippets Groups Projects
Commit 97fed535 authored by Brian Moe's avatar Brian Moe
Browse files

argh... commited crap in wrong branch. tyring to undo.

parent 1e7630a1
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ function changeTime(obj, label) {
<li id="nav-create"><a href="{% url create %}">Create</a></li>
<li id="nav-feeds"><a href="{% url feeds %}">RSS</a></li>
<li id="nav-userprofile"><a href="{% url userprofile-home %}">Options</a></li>
<li id="nav-doc"><a href="{% url doc %}">Docs</a></li>
{% if ligouser %}<li id="nav-user">Authenticated as: {{ ligouser.name }}</li>{% endif %}
</ul>
{% endblock %}
......
......@@ -14,7 +14,6 @@ urlpatterns = patterns('',
url (r'^$', 'gracedb.gracedb.views.index', name="home"),
(r'^events/', include('gracedb.gracedb.urls')),
url (r'^doc/', 'gracedb.gracedb.doc.index', name="doc"),
(r'^options/', include('gracedb.userprofile.urls')),
(r'^cli/create', 'gracedb.gracedb.views.create'),
(r'^cli/ping', 'gracedb.gracedb.views.ping'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment