~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/mainpage.html

  • Committer: franku
  • Date: 2018-09-19 18:30:17 UTC
  • mfrom: (497.2.17 delete_user)
  • Revision ID: somal@arcor.de-20180919183017-0mhtkxmycgn3b4lz
make it possible for a user to delete himself, anonymize his data

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
{% block extra_head %}
13
13
<meta name="google-site-verification" content="1A5uFV_zNuXazJ46-572-_lLzcCTEQ77iHaSPFZd53Y" />
14
14
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/news.css" />
15
 
<link rel="alternate" type="application/rss+xml" title="Widelands News" href="/feeds/news/" />
 
15
<link rel="alternate" type="application/rss+xml" title="Widelands News" href="news/feed/" />
16
16
 
17
17
{{ block.super}}{% endblock %}
18
18
{% block content %}