mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-07 12:52:29 -05:00
introduce rss and custom rss
This commit is contained in:
@@ -296,6 +296,8 @@ def search(request):
|
||||
"""Search view"""
|
||||
|
||||
context = {}
|
||||
RSS_URL = f"/rss{request.environ['REQUEST_URI']}"
|
||||
context["RSS_URL"] = RSS_URL
|
||||
return render(request, "cms/search.html", context)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user