view templates/login.djhtml @ 182:4a63f5d762a3

Fix submit button text in bundle form "Save bundle" works for both creating and editing so it suffices for now.
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 15:40:33 -0400
parents 2bca07be6e51
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block content %}
{% include "login_form.djhtml" %}
{% endblock %}

{% block login_form %}
{% endblock %}

{% block login_breadcrumbs %}
{% endblock %}

{% block breadcrumbs %}
<a href="{% url home %}">&laquo; Back to home</a>
{% endblock %}