collection browsing: drop atom feed from page template

rationale: it refers to something else than a "collection feed"

thanks to Elrond der Elbenfuerst for pointing this out
This commit is contained in:
Stefano Zacchiroli 2013-01-15 21:43:12 +01:00
parent b0cc1ade40
commit 413fc1c266

View File

@ -17,13 +17,6 @@
#}
{% extends "mediagoblin/base.html" %}
{% block mediagoblin_head %}
<link rel="alternate" type="application/atom+xml"
href="{{ request.urlgen(
'mediagoblin.user_pages.atom_feed',
user=user.username) }}">
{% endblock mediagoblin_head %}
{% block title %}
{%- trans username=user.username -%}
{{ username }}'s collections