Ticket #1475: extcode-1475_1.patch
| File extcode-1475_1.patch, 1.2 kB (added by TimothyClemans, 4 months ago) |
|---|
-
a/notebook/templates/account_settings.html
old new 16 16 <option{{ selected }}>{{ i }}</option> 17 17 {% endfor %} 18 18 </select></div></div> 19 <div class="section"> 20 <h2>Set Typesetting</h2> 21 <div id="passwd"> 22 Output is typesetted: <input type="checkbox" name="pretty_print"{% if pretty_print %}checked{% endif %} /> 23 </div> 24 </div> 19 25 <div class="section"> 20 26 <h2>Change Password</h2> 21 27 <div id="passwd"> … … 39 45 {% endif %} 40 46 <div id="buttons"> 41 47 <input type="submit" value="Save"> 42 <input type="button" value="Cancel" style="margin-left:5px" onClick="parent.location= \'/home/{{ username }}\'">48 <input type="button" value="Cancel" style="margin-left:5px" onClick="parent.location='/home/{{ username }}'"> 43 49 </div> 44 50 </form> 45 51 {% endblock %}