Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2026-09-04 06:58:26 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
d628d3d4cb0a2cbb5714a6994b1fdf0e3e64be1c
notifications-admin/app/main/__init__.py

10 lines
303 B
Python
Raw Normal View History

Start to create views
2015-11-20 16:22:44 +00:00
from flask import Blueprint
main = Blueprint('main', __name__)
Make data consistent from dashboard -> job - adds a table of recent activity to the job page, which is shared by the dashboard page - uses the same filename and message template as the first job shown on the dashboard - sets the time of file uploads/message delivery/message sending to always match ‘just now’
2015-12-18 10:26:56 +00:00
from app.main.views import (
Logout functionality and test added.
2016-01-06 16:40:38 +00:00
index, sign_in, sign_out, register, two_factor, verify, sms, add_service,
Extract user profile route into its own file
2016-01-12 09:52:00 +00:00
code_not_received, jobs, dashboard, templates, service_settings, forgot_password,
new_password, styleguide, user_profile
Make data consistent from dashboard -> job - adds a table of recent activity to the job page, which is shared by the dashboard page - uses the same filename and message template as the first job shown on the dashboard - sets the time of file uploads/message delivery/message sending to always match ‘just now’
2015-12-18 10:26:56 +00:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 148ms Template: 14ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API