Child: [462c18] (diff)

Download this file

new_bin.html    9 lines (6 with data), 310 Bytes

1
2
3
4
5
6
7
8
9
{% extends 'jinja_master/master.html' %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / New bin for {{q}}{% endblock %}
{% block header %}New bin for {{q}}{% endblock %}
{% block content %}
{{c.bin_form.display(value=dict(summary=q,terms=q), action='save_bin')}}
{% endblock %}