Compare commits
No commits in common. "781e633abcbab30a512ae17e1caeee53890d91f5" and "c962886504c2cc5570056e18895819d3fc73a07d" have entirely different histories.
781e633abc
...
c962886504
3 changed files with 2 additions and 13 deletions
|
|
@ -1,6 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Flangr</title>
|
||||
</head>
|
||||
<body>{% block content %}{% endblock content %}</body>
|
||||
</html>
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<body>
|
||||
{% if object.title %}
|
||||
<h1>{{ object.title }}</h1>
|
||||
{% else %}
|
||||
|
|
@ -17,4 +16,4 @@
|
|||
{{ form }}
|
||||
<input type="submit", value="Post">
|
||||
</form>
|
||||
{% endblock content %}
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Reference in a new issue