Skip to content

Commit

Permalink
[template][xs]: removed some links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikanebu committed Jul 11, 2024
1 parent 21e4ebc commit 7a72783
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions ckanext/rvr/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,6 @@ <h1 class="page-heading">{{ _("Welcome to CKAN") }}</h1>
</div>
<a href="/pages/uber-uns">Über mich</a>
</div>
<div class="module-content box box2">
<div class="textbox">
<div class="textbox content">
<div>
{% block verkehrsdaten_page %}
{% set posts = h.get_specific_page(name="verkehrsdaten")%}
{% for post in posts %}
<h1 class="page-heading">{{ post.title or post.name }}</h1>

{{post.content|safe}}
{% endfor %}
{% endblock %}
</div>
</div>
</div>
</div>
<div class="module-content box box2">
<div class="textbox">

Expand Down Expand Up @@ -143,9 +127,6 @@ <h2 class="heading">Suche</h2>
<span class="button-text">Search</span>
</button>
</div>
<a href="/verkehrsdaten">
<h3 class="heading">Zu den Verkehrsdaten Metropole Ruhr</h3>
</a>
</form>
</div>
</div>
Expand Down

0 comments on commit 7a72783

Please sign in to comment.