Tomas Gavenciak
10 years ago
4 changed files with 11 additions and 20 deletions
@ -1,11 +0,0 @@ |
|||||
{% extends "base.html" %} |
|
||||
{% load cms_tags staticfiles sekizai_tags menu_tags %} |
|
||||
|
|
||||
{% block content %} |
|
||||
<div class="jumbotron"> |
|
||||
{% placeholder "feature" %} |
|
||||
</div> |
|
||||
<div> |
|
||||
{% placeholder "content" %} |
|
||||
</div> |
|
||||
{% endblock content %} |
|
@ -0,0 +1,9 @@ |
|||||
|
{% extends "base.html" %} |
||||
|
|
||||
|
{% block content %} |
||||
|
<div> |
||||
|
<h2>Vítejte na testwebu MaM!</h2> |
||||
|
<p><a href='/admin/'>Administrátorské rozhraní</a> (admin/admin) |
||||
|
</div> |
||||
|
{% endblock content %} |
||||
|
|
@ -1,8 +0,0 @@ |
|||||
{% extends "base.html" %} |
|
||||
{% load cms_tags staticfiles sekizai_tags menu_tags %} |
|
||||
|
|
||||
{% block content %} |
|
||||
<div> |
|
||||
{% placeholder "content" %} |
|
||||
</div> |
|
||||
{% endblock content %} |
|
Loading…
Reference in new issue