Split it up a bit more and added a way to find and edit posts

This commit is contained in:
2013-07-27 02:26:29 +02:00
parent 4847b5f4d7
commit 387012735f
8 changed files with 89 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ Title: <input type="text" name="title">
Text: <br />
<textarea cols="50" rows="10" name="post"></textarea>
<br />
<input type="submit">
<input type="submit" value="Create post">
</form>
</body>