mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Added activity views to the index
This commit is contained in:
@@ -76,3 +76,18 @@ def sendemail():
|
|||||||
@main.route("/check-email")
|
@main.route("/check-email")
|
||||||
def checkemail():
|
def checkemail():
|
||||||
return render_template('check_email.html')
|
return render_template('check_email.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route("/jobs")
|
||||||
|
def showjobs():
|
||||||
|
return render_template('jobs.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route("/jobs/job")
|
||||||
|
def showjob():
|
||||||
|
return render_template('job.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route("/jobs/job/notification")
|
||||||
|
def shownotification():
|
||||||
|
return render_template('notification.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user