Remove old version.
[wolnelektury.git] / src / pdcounter / templates / pdcounter / book_stub_detail.html
diff --git a/src/pdcounter/templates/pdcounter/book_stub_detail.html b/src/pdcounter/templates/pdcounter/book_stub_detail.html
deleted file mode 100644 (file)
index db1a299..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-{% extends "base/base.html" %}
-{% load i18n %}
-{% load time_tags %}
-
-{% block titleextra %}{{ book.title }}{% endblock %}
-
-{% block metadescription %}{% trans "Public domain counter" %}: {{ book.title }}.{% endblock %}
-
-{% block bodyid %}book-stub-detail{% endblock %}
-
-{% block body %}
-  <div class="left-column">
-    <h1>{{ book.author }}, {{ book.title }}</h1>
-    <div class="normal-text white-box">
-      {% if book.in_pd %}
-        <p>{% trans "This work is in public domain and will be published on Internet library of Wolne Lektury soon." %}</p>
-      {% else %}
-        {% if book.pd %}
-          <p>
-            {% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}
-          </p>
-          <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
-          <p>
-            {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
-          </p>
-        {% else %}
-          <p>
-            {% trans "This work is copyrighted." %}
-            {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
-          </p>
-        {% endif %}
-      {% endif %}
-      {% include "info/join_us.html" %}
-    </div>
-  </div>
-
-  <div class="right-column block-form">
-    {% include "publishing_suggest.html" %}
-  </div>
-{% endblock %}