Skip to content

Commit 2a85dbb

Browse files
author
Anthony Lu
committed
Rewrite text on the website to say "editable", not "quasi-static"
1 parent 327ca38 commit 2a85dbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

esp/templates/inclusion/qsd/render_qsd.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% load markup %}
22

33
<div class="qsd_bits hidden">
4-
<div class="qsd_header qsd_bits hidden" onclick="qsd_inline_edit('{{ qsdrec.url }}', '{{ qsdrec.edit_id }}');">This is quasi-static content. Click here to edit the text; click outside the box to save changes.</div>
4+
<div class="qsd_header qsd_bits hidden" onclick="qsd_inline_edit('{{ qsdrec.url }}', '{{ qsdrec.edit_id }}');">This is editable text. Click here to edit the text; click outside the box to save changes.</div>
55
<div class="hidden qsd_bits hidden" id="inline_edit_{{ qsdrec.edit_id }}">
66
<textarea rows="8" cols="80" id="qsd_content_{{ qsdrec.edit_id }}" onblur="qsd_inline_upload('{{ qsdrec.url }}', '{{ qsdrec.edit_id }}');" name="qsd_content" class="qsd_editor qsd_fullsize qsd_bits hidden">{% autoescape on %}{{ qsdrec.content }}{% endautoescape %}</textarea>
77
</div>

esp/templates/inclusion/qsd/render_qsd_inline.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<div class="qsd_bits hidden">
44
<div class="qsd_header qsd_bits hidden" onclick="qsd_inline_edit('{{ qsdrec.url }}', '{{ qsdrec.edit_id }}');">
55
{% if qsdrec.id %}
6-
This is quasi-static content. Click here to edit the text; click outside the box to save changes.
6+
This is editable text. Click here to edit the text; click outside the box to save changes.
77
{% else %}
8-
This is a placeholder for quasi-static content that has not yet been added. Click here to edit the text; click outside the box to save changes.
8+
This is a placeholder for editable text that has not yet been added. Click here to edit the text; click outside the box to save changes.
99
{% endif %}
1010
</div>
1111
<div class="hidden" id="inline_edit_{{ qsdrec.edit_id }}">

0 commit comments

Comments
 (0)