~milo/linaro-ci-dashboard/hacking-file

« back to all changes in this revision

Viewing changes to dashboard/frontend/android_build/templates/android_loop_create.html

  • Committer: Milo Casagrande
  • Date: 2012-08-21 08:13:56 UTC
  • mfrom: (17.6.10 update_view)
  • Revision ID: milo@ubuntu.com-20120821081356-iij1rhbkxldj1zxn
Merged the update view for android build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "base.html" %}
2
2
 
3
3
{% block content %}
 
4
 
 
5
{% block create_form %}
4
6
<form name="{{ form_name }}" action="{% url AndroidLoopCreate %}" method="post">
5
7
{% csrf_token %}
 
8
{% endblock create_form %}
 
9
 
6
10
{% if form.non_field_errors %}
7
11
    <div class="form_error">
8
12
    {% for err in form.non_field_errors %}