style fixes
This commit is contained in:
parent
5864d72e4d
commit
377eeb4186
1 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
{% block includehere %}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
|
||||
<link rel="stylesheet" href="{% static 'addpost.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'viewblog.css' %}">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/github.min.css">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
|
@ -13,8 +14,7 @@
|
|||
<form action="{% url 'addpost' %}" method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<input name="title" type="text" class="posttitle" id="input_title" value="Title">
|
||||
<textarea name="markdown" id="mde">
|
||||
</textarea>
|
||||
<textarea name="markdown" id="mde"></textarea>
|
||||
<div class="row">
|
||||
<div class="col s6">
|
||||
<label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue