Skip to content

Commit

Permalink
removed references to other pages and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammad committed May 26, 2011
1 parent 1934b9a commit dd0e28a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions templates/achievements.html
@@ -1,8 +1,5 @@
{% extends "base.html" %}

{% block title %}
prologger | v0.2
{% endblock %}

{% block head %}
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript" src="{{MEDIA_URL}}js/jquery.gritter.js"></script>
<link rel="shortcut icon" href="{{MEDIA_URL}}/favicon.ico" />

<title>{%block title%}Prologger | v0.1{%endblock%}</title>
<title>{%block title%}Prologger{%endblock%}</title>

<style type="text/css">
{%block css%}
Expand Down
10 changes: 5 additions & 5 deletions urls.py
Expand Up @@ -21,11 +21,11 @@
url(r'^api/account/achievements/',json_achievements),
url(r'^achievements/$', achievements, name='achievements'),
url(r'^analyze/$',analyze_achievements, name='analyze'),
url(r'^profile/$', profile , name='profile'),
url(r'^edit/profile/$', accounts_settings, name ='account_settings'),
url(r'^groups/$', groups , name='groups'),
url(r'^home/$', home , name='home'),
url(r'^about/$', home , name='about'),
#url(r'^profile/$', profile , name='profile'),
#url(r'^edit/profile/$', accounts_settings, name ='account_settings'),
#url(r'^groups/$', groups , name='groups'),
#url(r'^home/$', home , name='home'),
#url(r'^about/$', home , name='about'),
(r'^oauth/callback/', callback),

#(r'^accounts/', include('registration.backends.default.urls')),
Expand Down

0 comments on commit dd0e28a

Please sign in to comment.