view templates/login.djhtml @ 186:ff9c95239c3a

Change order of some fields in bundle upload form Switched free_license and octave_format
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 16:25:19 -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 %}