[geany/www.geany.org] 220dab: Add back the 'help/' URL prefix for the API info page, fix a 'About' left-over

Enrico Tröger git-noreply at xxxxx
Sun Jan 5 18:48:50 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 15 Dec 2013 19:09:24 UTC
Commit:      220dabeb9905b51e5565f666ee146d7014a96503
             https://github.com/geany/www.geany.org/commit/220dabeb9905b51e5565f666ee146d7014a96503

Log Message:
-----------
Add back the 'help/' URL prefix for the API info page, fix a 'About' left-over


Modified Paths:
--------------
    pastebin/templates/pastebin/help.html
    pastebin/urls.py

Modified: pastebin/templates/pastebin/help.html
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 {% extends "pastebin/base.html" %}
 
 {% block meta_title %}
-    About | {{ block.super }}
+    Help | {{ block.super }}
 {% endblock %}
 
 {% block main %}


Modified: pastebin/urls.py
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -23,7 +23,7 @@
     url(r'^admin/', 'mezzanine.core.views.page_not_found'),
 
     url(r'^help/$', TemplateView.as_view(template_name='pastebin/help.html'), name='help'),
-    url(r'^api/$', TemplateView.as_view(template_name='pastebin/api.html'), name='api'),
+    url(r'^help/api/$', TemplateView.as_view(template_name='pastebin/api.html'), name='api'),
 
     url(r'^api/$', 'pastebin.views.api_create'),
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list