fix: change placeholder language
This commit is contained in:
parent
7ae8799d4f
commit
95a18e636f
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ tags:
|
||||||
</div>
|
</div>
|
||||||
<div class="card_box">
|
<div class="card_box">
|
||||||
<div id="jsCardHover">
|
<div id="jsCardHover">
|
||||||
<p>Titel<br/>and description</p>
|
<p>Titel<br/>und Beschreibung</p>
|
||||||
<h1>{{ ph.name() }}</h1>
|
<h1>{{ ph.name() }}</h1>
|
||||||
<p>
|
<p>
|
||||||
{{ ph.email('card_address') }}<br/>
|
{{ ph.email('card_address') }}<br/>
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
{% macro link(class='', text='domain.tld', href='http://domain.internal') %}
|
{% macro link(class='', text='domain.tld', href='http://domain.internal') %}
|
||||||
<a class="{{ class }}" href="{{ href }}">{{ text }}</a>
|
<a class="{{ class }}" href="{{ href }}">{{ text }}</a>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{% macro name(class='', text='Prename Surname') %}
|
{% macro name(class='', text='Vorname Nachname') %}
|
||||||
<span class="{{ class }}">{{ text }}</span>
|
<span class="{{ class }}">{{ text }}</span>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{% macro address(class='', text='Street No., Postcode City') %}
|
{% macro address(class='', text='Straße Nr., PLZ Ort') %}
|
||||||
<span class="{{ class }}">{{ text }}</span>
|
<span class="{{ class }}">{{ text }}</span>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue