Skip to content
Snippets Groups Projects
Commit 1eb291a7 authored by Brian Moe's avatar Brian Moe
Browse files

Added Benoit and Frederique to email alert list. Fixed RSS title link.

RSS title link now points to the gracedb query page.
Maybe not right, but better than the broken link that was there.
parent 01c879df
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ from django.template import RequestContext
from django.shortcuts import render_to_response
from models import Event, Group
from views import view
from views import view, search
class EventFeed(Feed):
def get_object(self, bits):
......@@ -42,9 +42,8 @@ class EventFeed(Feed):
return title
def link(self, obj):
# XXX WHAT is THIS??
# Breaks the feed if it's not there. Appears in <link> tags. Eh?
return "/linky"
# This is the link around the title for the entire feed.
return reverse(search)
def item_link(self, obj):
return reverse(view, args=[obj.graceid()])
......
......@@ -13,6 +13,8 @@ ALERT_EMAIL_FROM = "root@archie.phys.uwm.edu"
ALERT_EMAIL_TO = ["patrick@gravity.phys.uwm.edu",
"larry@gravity.phys.uwm.edu",
"bmoe@gravity.phys.uwm.edu",
'Frederique Marion <marionf@lapp.in2p3.fr>',
"Benoit MOURS <mours@lapp.in2p3.fr>",
]
DATABASE_ENGINE = 'mysql'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment