diff options
author | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
commit | 52d5613672758ac6c8ebffc7f33d94d47bde6180 (patch) | |
tree | 0b6e1fbc4ed013b2ba701dedeb39be9781ff8204 /app/lib/grappelli/templates/admin/submit_line.html | |
parent | efb623af0bcb47d510501c282e1326b11343a29c (diff) |
moved outside dependencies to virtualenv and dumped some unused apps out of lib
Diffstat (limited to 'app/lib/grappelli/templates/admin/submit_line.html')
-rw-r--r-- | app/lib/grappelli/templates/admin/submit_line.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/lib/grappelli/templates/admin/submit_line.html b/app/lib/grappelli/templates/admin/submit_line.html deleted file mode 100644 index 4f06ac5..0000000 --- a/app/lib/grappelli/templates/admin/submit_line.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load i18n %} -<div class="module footer"> - <ul class="submit-row"> - {% if show_delete_link %}<li class="left delete-link-container"><a href="delete/" class="delete-link">Delete</a></li>{% endif %} - {% comment %}<li class="left cancel-link-container"><a href="#" class="cancel-link">Cancel</a></li>{% endcomment %} - {% if show_save %}<li class="submit-button-container"><input type="submit" value="{% trans 'Save' %}" class="default" name="_save" {{ onclick_attrib }}/></li>{% endif %} - {% if show_save_as_new %}<li class="submit-button-container"><input type="submit" value="{% trans 'Save as new' %}" name="_saveasnew" {{ onclick_attrib }}/></li>{% endif %} - {% if show_save_and_add_another %}<li class="submit-button-container"><input type="submit" value="{% trans 'Save and add another' %}" name="_addanother" {{ onclick_attrib }} /></li>{% endif %} - {% if show_save_and_continue %}<li class="submit-button-container"><input type="submit" value="{% trans 'Save and continue editing' %}" name="_continue" {{ onclick_attrib }}/></li>{% endif %} - {% comment %}<li><input type="reset" value="Reset" /></li>{% endcomment %} - </ul><br clear="all" /> -</div> |