Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(180)

Unified Diff: MoinMoin/templates/modify_svg-edit.html

Issue 6432058: Implementing experimental itemtype (Closed)
Patch Set: address mentioned issues Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: MoinMoin/templates/modify_svg-edit.html
===================================================================
--- a/MoinMoin/templates/modify_svg-edit.html
+++ b/MoinMoin/templates/modify_svg-edit.html
@@ -1,8 +1,7 @@
-{% extends "modify_applet.html" %}
-{% block data_editor %}
+{% macro data_editor(form) %}
<p>
<object data="{{ url_for('serve.files', name='svgedit_moin', filename='editor/svg-editor.html') }}?paramurl={{ url_for('frontend.get_item', item_name=item_name, member='drawing.svg') }}" width="100%" height="600">
</object>
</p>
<br />
-{% endblock %}
+{% endmacro %}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b