Example #1
0
def show_form_update(article_version_id):
    return render_template('article/edit_form.html', article_version = Article.get_one_version(article_version_id=article_version_id))