First draft of new source page
This commit is contained in:
parent
3feca92d55
commit
5557da653f
|
@ -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>
|
||||
#}
|
Loading…
Reference in New Issue