view templates/bundle/edit.djhtml @ 213:6f285552a9d0 default tip

Remove requirement to be logged in to see comments
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 16 Jan 2014 10:59:05 -0500
parents 86129d185ddb
children
line wrap: on
line source

{% extends "bundle/base.djhtml" %}


{% block title %}
Editing {{ bundle }}
{% endblock %}

{% block section %}
<a href="{{ bundle.get_absolute_url }}">{{ bundle }}</a>
&raquo;
Edit
{% endblock %}

{% block content %}
<h1>Editing {{ bundle }}</h1>

<p class="hint">
You can't change a bundle's name after creating it. If you need to change
the name, simply create a new bundle using the desired name.
</p>

{% include "bundle/form.djhtml" %}
{% endblock %}