First draft of new source page

This commit is contained in:
tobes 2012-08-10 10:06:37 +01:00
parent 3feca92d55
commit 5557da653f
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{% extends "page.html" %}
{% block title %}{{ _('New - Harvest Source') }} - {{ super() }}{% endblock %}
{% block breadcrumb_content %}
{% endblock %}
{% block primary %}
<article class="module">
<div class="module-content">
<div class="harvest-content">
<h2>New harvest source </h2>
{{ h.literal(c.form) }}
</div>
</div>
</article>
{% endblock %}
{% block sidebar %}{% endblock %}
{#
<py:def function="optional_head">
<link rel="stylesheet" href="${g.site_url}/css/forms.css" type="text/css" media="screen, print" />
<link type="text/css" rel="stylesheet" media="all" href="/ckanext/harvest/style.css" />
</py:def>
#}