* update forum post after editing news (when forum post has been created)

This commit is contained in:
slawkens
2017-10-24 15:18:30 +02:00
parent 6c9e09ea73
commit 21b1383c9a
3 changed files with 12 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ Please choose template in which you want to edit menu items.<br/>
<option value="{{ template.template }}">{{ template.template }}</option>
{% endfor %}
</select>
<input type="submit" value="Edit" />
<input type="submit" class="button" value="Edit" />
</form>

View File

@@ -95,6 +95,8 @@
</select>
</td>
</tr>
{% elseif comments is not null%}
<input type="hidden" name="forum_section" value="{{ comments }}" />
{% endif %}
{% set rows = rows + 1 %}