0.0.22 present_technology block
This commit is contained in:
10
templates/blocks/b_present_technology.html
Normal file
10
templates/blocks/b_present_technology.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -10,6 +10,8 @@
|
||||
{% include 'forms/f_consultation.html' %}
|
||||
{% elif block.block_type == 'how_dev' %}
|
||||
{% include 'blocks/b_how_dev.html' %}
|
||||
{% elif block.block_type == 'present_technology_block' %}
|
||||
{% include 'blocks/b_present_technology.html' %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user