Add beer homepage to get rid of server error.
This commit is contained in:
parent
082633ad47
commit
ff717d917d
18
beer/templates/beer/home.html
Normal file
18
beer/templates/beer/home.html
Normal file
@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %}
|
||||
{% load mathfilters %}
|
||||
{% load funcs %}
|
||||
|
||||
{% block style %}
|
||||
input, label {
|
||||
display:block;
|
||||
}
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Recipea{% endblock %}
|
||||
|
||||
{% block jumbotron %}Recipe Manager {% endblock %}
|
||||
{% block jumbotronsub %}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Comming Soon?</h1>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user