app/soc/templates/soc/student_project/edit.html
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 25 Aug 2009 11:43:14 +0200
changeset 2795 776aae4d0499
parent 2113 edc9b84629a7
permissions -rw-r--r--
Set new Melange version number to 0-5-20090825 in app.yaml.template.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2113
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
{% extends "soc/models/edit.html" %}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     2
{% comment %}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
Licensed under the Apache License, Version 2.0 (the "License");
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     4
you may not use this file except in compliance with the License.
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
You may obtain a copy of the License at
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     6
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     7
  http://www.apache.org/licenses/LICENSE-2.0
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     8
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     9
Unless required by applicable law or agreed to in writing, software
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    10
distributed under the License is distributed on an "AS IS" BASIS,
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    11
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    12
See the License for the specific language governing permissions and
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    13
limitations under the License.
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    14
{% endcomment %}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    15
{% block delete_button %}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    16
{% if is_admin %}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    17
  {{ block.super }}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    18
{% endif %}
edc9b84629a7 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    19
{% endblock %}