view templates/login.djhtml @ 187:4752861906b3

Added help_text to bundle description field Explains that a DESCRIPTION file can be used instead (if it exists)
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 16:26:11 -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 %}