1 {% extends "base.html" %}
 
   4 {% block title %}Sugestia do planu wydawniczego w WolneLektury.pl{% endblock %}
 
   6 {% block metadescription %}Sugestia do planu wydawniczego.{% endblock %}
 
   8 {% block bodyid %}suggest-publishing{% endblock %}
 
  11     <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
 
  12         <p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{% url main_page %}">{% trans "return to main page" %}</a></p>
 
  18     <div class="column-right block-form">
 
  19         {% include "publishing_suggest.html" %}
 
  20         {% if response_data.message %}
 
  21             <p>{{ response_data.message }}</p>