From 6835539fb69c791e27d536c8136a7ee199237754 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Mon, 10 Sep 2012 12:00:20 +0200 Subject: [PATCH] OAI-PMH link on main page --- apps/oai/urls.py | 2 +- apps/wolnelektury_core/templates/main_page.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/oai/urls.py b/apps/oai/urls.py index 38703ab91..406209f7f 100644 --- a/apps/oai/urls.py +++ b/apps/oai/urls.py @@ -2,4 +2,4 @@ from django.conf.urls.defaults import * urlpatterns = patterns('oai.views', - url(r'^$', 'oaipmh')) + url(r'^$', 'oaipmh', name='oaipmh')) diff --git a/apps/wolnelektury_core/templates/main_page.html b/apps/wolnelektury_core/templates/main_page.html index f4ffef1ec..6b7c46aac 100755 --- a/apps/wolnelektury_core/templates/main_page.html +++ b/apps/wolnelektury_core/templates/main_page.html @@ -59,6 +59,7 @@
  • {% trans "Missing a book?" %}
  • {% trans "Publishing plan" %}
  • API
  • +
  • OAI-PMH
  • Leśmianator
  • Materiały do nauki j. polskiego
  • -- 2.20.1