글 작성/편집 에디터 버그 보완 작업
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block staticfiles %}
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="uk-container uk-margin-top">
|
||||
<style>
|
||||
label, .uk-button
|
||||
{
|
||||
font-size: 16px !important;
|
||||
}
|
||||
</style>
|
||||
<div class="uk-container uk-margin-top" style="margin-bottom: 30px">
|
||||
<h1 class="uk-text-center"><span>포스트 수정</span></h1>
|
||||
<form action="/edit_post/{{ post.id }}" method="post" class="uk-form-stacked">
|
||||
<div class="uk-margin">
|
||||
@@ -36,7 +49,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-margin">
|
||||
<a style="float: left;" href="{{ url_for('post', post_id=post.id) }}" class="uk-button uk-button-default">뒤로가기</a>
|
||||
<a style="float: left;" href="{{ url_for('post', post_id=post.id) }}"
|
||||
class="uk-button uk-button-default">뒤로가기</a>
|
||||
<button style="float: right;" type="submit" class="uk-button uk-button-primary">글 수정</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user