We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96d94b commit 8d03d19Copy full SHA for 8d03d19
1 file changed
core/templates/partials/_eventos-header.html
@@ -4,7 +4,11 @@
4
<div class="absolute-center">
5
<div class="text-center">
6
<h1>{{ evento_atual.nome }}</h1>
7
- <h2>{{ evento_atual.local }} - {{ evento_atual.cidade }}</h2>
+ <h2>
8
+ {{ evento_atual.local }} - {{ evento_atual.cidade }}
9
+ <br />
10
+ {{ evento_atual.data }}
11
+ </h2>
12
<div class="clearfix"></div>
13
<a href="{{ evento_atual.meetup_link|default:"#" }}" class="btn btn-default btn-lg">Inscreva-se</a>
14
</div>
0 commit comments