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 %}
|
{% block includehere %}
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
|
<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 'addpost.css' %}">
|
||||||
|
<link rel="stylesheet" href="{% static 'viewblog.css' %}">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/github.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/github.min.css">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
@ -13,8 +14,7 @@
|
||||||
<form action="{% url 'addpost' %}" method="post" enctype="multipart/form-data">
|
<form action="{% url 'addpost' %}" method="post" enctype="multipart/form-data">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input name="title" type="text" class="posttitle" id="input_title" value="Title">
|
<input name="title" type="text" class="posttitle" id="input_title" value="Title">
|
||||||
<textarea name="markdown" id="mde">
|
<textarea name="markdown" id="mde"></textarea>
|
||||||
</textarea>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s6">
|
<div class="col s6">
|
||||||
<label>
|
<label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue