~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/notification/base.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base.html" %}
 
1
{% extends "wlprofile/base.html" %}
2
2
 
3
3
{% block extra_head %}
4
 
    {#<link rel="alternate" type="application/atom+xml" title="Notices Feed" href="{% url 'notification_feed_for_user' %}" />#}
5
4
    <link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/notice.css" />{{ block.super}}
6
5
{% endblock %}
 
 
b'\\ No newline at end of file'