|
@@ -2,7 +2,7 @@
|
|
{% block main %}
|
|
{% block main %}
|
|
<h1>{{ title }}</h1>
|
|
<h1>{{ title }}</h1>
|
|
{% for content in contents %}
|
|
{% for content in contents %}
|
|
- <form action="{{ url_for('home.update', section_class=content.sectionClass) }}" method="POST">
|
|
|
|
|
|
+ <form action="{{ url_for('home.update', page='home', section_class=content.sectionClass) }}" method="POST">
|
|
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="60%">
|
|
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="60%">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|