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-05-04 08:01:34 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
48df622aba8207aba4633c265df89bc6cc265244
notifications-admin/app/main/__init__.py

10 lines
329 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,
Move view function into own file, add test
2016-01-16 10:59:16 +00:00
new_password, styleguide, user_profile, choose_service, api_keys
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: 3930ms Template: 97ms
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