Los archivos se guardan en la base de datos y se agregaron categorias
Si, creo que eso nada mas
This commit is contained in:
12
files/templates/categories/create.html
Normal file
12
files/templates/categories/create.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Categories{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Create a new Category</h3>
|
||||
<form method="post">
|
||||
<label for="name">~/name</label>
|
||||
<input type="text" class="u-full-width" name="name" id="name">
|
||||
<input type="submit" class="button-primary" value="create">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user