Skip to content

Commit 0755388

Browse files
committed
miss template name
1 parent 36360f5 commit 0755388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

martor_demo/app/templates/test_markdonify.html renamed to martor_demo/app/templates/test_markdownify.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Test Markdonify :: Martor</title>
77
<link href="{% static 'plugins/css/ace.min.css' %}" type="text/css" media="all" rel="stylesheet" />
88
<link href="{% static 'plugins/css/semantic.min.css' %}" type="text/css" media="all" rel="stylesheet" />
9+
<link href="{% static 'martor/css/martor.css' %}" type="text/css" media="all" rel="stylesheet" />
910
<style>
1011
.main-container {margin-top: 7em}
1112
</style>
@@ -42,7 +43,7 @@
4243
</header>
4344

4445
<div class="ui container main-container">
45-
<div class="ui segment">
46+
<div class="ui segment martor-preview">
4647
<h1>Title: {{ post.title }}</h1>
4748
<p><b>Description:</b></p>
4849
<hr />

0 commit comments

Comments
 (0)