├── __init__.py ├── assets ├── client-js │ ├── base.js │ └── Common.js ├── fonts.list ├── sass │ ├── opening-times-form.scss │ ├── webapp.scss │ └── store.scss ├── client-sass │ └── base.scss └── js │ └── Helper │ └── UserForm.js ├── static ├── img │ ├── category │ │ ├── .gitkeep │ │ ├── default.350.png │ │ └── default.1110.png │ ├── region │ │ ├── .gitkeep │ │ ├── default.1110.png │ │ └── default.350.png │ ├── store │ │ ├── .gitkeep │ │ ├── default.350.png │ │ └── default.1110.png │ ├── category-svg │ │ ├── keyboard_hide.svg │ │ ├── remove.svg │ │ ├── stop.svg │ │ ├── play_arrow.svg │ │ ├── title.svg │ │ ├── arrow_drop_down.svg │ │ ├── arrow_drop_up.svg │ │ ├── brightness_1.svg │ │ ├── signal_cellular_4_bar.svg │ │ ├── flash_on.svg │ │ ├── forward.svg │ │ ├── short_text.svg │ │ ├── space_bar.svg │ │ ├── trending_flat.svg │ │ ├── add.svg │ │ ├── arrow_drop_up_36px.svg │ │ ├── drag_handle.svg │ │ ├── home.svg │ │ ├── pause.svg │ │ ├── send.svg │ │ ├── skip_previous.svg │ │ ├── volume_mute.svg │ │ ├── arrow_drop_down_36px.svg │ │ ├── flag.svg │ │ ├── skip_next.svg │ │ ├── view_stream.svg │ │ ├── dehaze.svg │ │ ├── details.svg │ │ ├── fast_forward.svg │ │ ├── fast_rewind.svg │ │ ├── menu.svg │ │ ├── publish.svg │ │ ├── signal_cellular_0_bar.svg │ │ ├── sort.svg │ │ ├── assistant_photo.svg │ │ ├── call_made.svg │ │ ├── check.svg │ │ ├── done.svg │ │ ├── expand_less.svg │ │ ├── format_quote.svg │ │ ├── functions.svg │ │ ├── get_app.svg │ │ ├── navigation.svg │ │ ├── near_me.svg │ │ ├── priority_high.svg │ │ ├── priority_high_12px.svg │ │ ├── warning.svg │ │ ├── call_received.svg │ │ ├── chevron_left.svg │ │ ├── chevron_left_36px.svg │ │ ├── chevron_right.svg │ │ ├── clear_all.svg │ │ ├── equalizer.svg │ │ ├── expand_less_36px.svg │ │ ├── expand_more.svg │ │ ├── expand_more_36px.svg │ │ ├── filter_list.svg │ │ ├── format_size.svg │ │ ├── navigate_next.svg │ │ ├── report_problem.svg │ │ ├── signal_cellular_null.svg │ │ ├── text_fields.svg │ │ ├── vertical_align_top.svg │ │ ├── view_array.svg │ │ ├── view_compact.svg │ │ ├── warning_36px.svg │ │ ├── change_history.svg │ │ ├── check_36px.svg │ │ ├── chevron_right_36px.svg │ │ ├── format_ital48px.svg │ │ ├── keyboard_arrow_up.svg │ │ ├── navigate_before.svg │ │ ├── network_cell.svg │ │ ├── plus_one.svg │ │ ├── reply.svg │ │ ├── vertical_align_bottom.svg │ │ ├── view_carousel.svg │ │ ├── view_column.svg │ │ ├── arrow_forward.svg │ │ ├── call_missed.svg │ │ ├── exposure_neg_1.svg │ │ ├── filter_hdr.svg │ │ ├── keyboard_arrow_down.svg │ │ ├── keyboard_arrow_left.svg │ │ ├── keyboard_arrow_right.svg │ │ ├── landscape.svg │ │ ├── lens.svg │ │ ├── line_weight.svg │ │ ├── show_chart.svg │ │ ├── subject.svg │ │ ├── terrain.svg │ │ ├── arrow_back.svg │ │ ├── arrow_forward_36px.svg │ │ ├── arrow_upward.svg │ │ ├── bookmark.svg │ │ ├── dashboard.svg │ │ ├── fiber_manual_record.svg │ │ ├── first_page.svg │ │ ├── format_strikethrough.svg │ │ ├── laptop_chromebook.svg │ │ ├── last_page.svg │ │ ├── power_input.svg │ │ ├── repeat.svg │ │ ├── signal_cellular_1_bar.svg │ │ ├── signal_cellular_2_bar.svg │ │ ├── signal_cellular_3_bar.svg │ │ ├── view_headline.svg │ │ ├── arrow_back_36px.svg │ │ ├── call_missed_outgoing.svg │ │ ├── keyboard_backspace.svg │ │ ├── keyboard_return.svg │ │ ├── polymer.svg │ │ ├── swap_vert.svg │ │ ├── turned_in.svg │ │ ├── view_quilt.svg │ │ ├── chat_bubble.svg │ │ ├── grapheq.svg │ │ ├── import_export.svg │ │ ├── school.svg │ │ ├── store.svg │ │ ├── swap_horiz.svg │ │ ├── trending_up.svg │ │ ├── compare_arrows.svg │ │ ├── delete.svg │ │ ├── exposure_plus_1.svg │ │ ├── keyboard_capslock.svg │ │ ├── local_bar.svg │ │ ├── subdirectory_arrow_left.svg │ │ ├── trending_down.svg │ │ ├── vertical_align_center.svg │ │ ├── arrow_downward.svg │ │ ├── border_all.svg │ │ ├── format_align_justify.svg │ │ ├── format_align_left.svg │ │ ├── format_align_right.svg │ │ ├── fullscreen_36px.svg │ │ ├── list.svg │ │ ├── mode_comment.svg │ │ ├── musnote.svg │ │ ├── playlist_add.svg │ │ ├── remove_circle.svg │ │ ├── signal_cellular_connected_no_internet_4_bar.svg │ │ ├── storage.svg │ │ ├── toc.svg │ │ ├── crop.svg │ │ ├── do_not_disturb_on.svg │ │ ├── format_align_center.svg │ │ ├── fullscreen.svg │ │ ├── fullscreen_exit_36px.svg │ │ ├── gamepad.svg │ │ ├── games.svg │ │ ├── grade.svg │ │ ├── hourglass_empty.svg │ │ ├── keyboard_tab.svg │ │ ├── repeat_one.svg │ │ ├── reply_all.svg │ │ ├── signal_wifi_4_bar.svg │ │ ├── store_mall_directory.svg │ │ ├── videocam.svg │ │ ├── volume_down.svg │ │ ├── account_balance.svg │ │ ├── arrow_drop_down_circle.svg │ │ ├── bubble_chart.svg │ │ ├── call_merge.svg │ │ ├── code.svg │ │ ├── error.svg │ │ ├── format_line_spacing.svg │ │ ├── fullscreen_exit.svg │ │ ├── info.svg │ │ ├── merge_type.svg │ │ ├── play_circle_filled.svg │ │ ├── playlist_add_check.svg │ │ ├── signal_cellular_off.svg │ │ ├── view_list.svg │ │ ├── accessibility.svg │ │ ├── audiotrack.svg │ │ ├── call_to_action.svg │ │ ├── clear.svg │ │ ├── close.svg │ │ ├── error_36px.svg │ │ ├── featured_video.svg │ │ ├── flash_auto.svg │ │ ├── local_airport.svg │ │ ├── local_parking.svg │ │ ├── note.svg │ │ ├── text_format.svg │ │ ├── turned_in_not.svg │ │ ├── video_label.svg │ │ ├── widgets.svg │ │ ├── add_circle.svg │ │ ├── book.svg │ │ ├── bookmark_border.svg │ │ ├── branding_watermark.svg │ │ ├── call_split.svg │ │ ├── chat_bubble_outline.svg │ │ ├── class.svg │ │ ├── crop_16_9.svg │ │ ├── crop_3_2.svg │ │ ├── crop_5_4.svg │ │ ├── crop_7_5.svg │ │ ├── crop_din.svg │ │ ├── event_seat.svg │ │ ├── flash_off.svg │ │ ├── format_textdirection_l_to_r.svg │ │ ├── format_textdirection_r_to_l.svg │ │ ├── laptop.svg │ │ ├── mms.svg │ │ ├── perm_scan_wifi.svg │ │ ├── tab.svg │ │ ├── view_day.svg │ │ ├── view_module.svg │ │ ├── crop_landscape.svg │ │ ├── crop_portrait.svg │ │ ├── crop_square.svg │ │ ├── feedback.svg │ │ ├── flight.svg │ │ ├── format_indent_decrease.svg │ │ ├── format_indent_increase.svg │ │ ├── hotel.svg │ │ ├── hourglass_full.svg │ │ ├── insert_drive_file.svg │ │ ├── layers.svg │ │ ├── local_pharmacy.svg │ │ ├── looks_one.svg │ │ ├── markunread_mailbox.svg │ │ ├── pause_circle_filled.svg │ │ ├── play_circle_filled_white.svg │ │ ├── play_for_work.svg │ │ ├── playlist_play.svg │ │ ├── power.svg │ │ ├── sim_card_alert.svg │ │ ├── sms_failed.svg │ │ ├── tablet.svg │ │ ├── airplay.svg │ │ ├── announcement.svg │ │ ├── border_outer.svg │ │ ├── close_36px.svg │ │ ├── forum.svg │ │ ├── image.svg │ │ ├── local_hotel.svg │ │ ├── movie.svg │ │ ├── photo.svg │ │ ├── sd_card.svg │ │ ├── sd_storage.svg │ │ ├── signal_cellular_connected_no_internet_0_bar.svg │ │ ├── tv.svg │ │ ├── web_asset.svg │ │ ├── add_location.svg │ │ ├── check_box_outline_blank.svg │ │ ├── delete_sweep.svg │ │ ├── featured_play_list.svg │ │ ├── format_underlined.svg │ │ ├── local_convenience_store.svg │ │ ├── looks_4.svg │ │ ├── open_with.svg │ │ ├── panorama.svg │ │ ├── person.svg │ │ ├── replay.svg │ │ ├── signal_wifi_0_bar.svg │ │ ├── smartphone.svg │ │ ├── sms.svg │ │ ├── transform.svg │ │ ├── voice_chat.svg │ │ ├── add_box.svg │ │ ├── airline_seat_individual_suite.svg │ │ ├── airplanemode_active.svg │ │ ├── chat.svg │ │ ├── computer.svg │ │ ├── desktop_mac.svg │ │ ├── email.svg │ │ ├── explicit.svg │ │ ├── filter_b_and_w.svg │ │ ├── free_breakfast.svg │ │ ├── insert_comment.svg │ │ ├── insert_photo.svg │ │ ├── local_cafe.svg │ │ ├── mail.svg │ │ ├── message.svg │ │ ├── mouse.svg │ │ ├── movie_creation.svg │ │ ├── nature.svg │ │ ├── payment.svg │ │ ├── phone_android.svg │ │ ├── question_answer.svg │ │ ├── settings_input_hdmi.svg │ │ ├── slideshow.svg │ │ ├── textsms.svg │ │ ├── tune.svg │ │ ├── unfold_more.svg │ │ ├── video_call.svg │ │ ├── wrap_text.svg │ │ ├── apps_36px.svg │ │ ├── border_style.svg │ │ ├── comment.svg │ │ ├── credit_card.svg │ │ ├── desktop_windows.svg │ │ ├── dock.svg │ │ ├── format_color_text.svg │ │ ├── format_paint.svg │ │ ├── highlight.svg │ │ ├── markunread.svg │ │ ├── personal_video.svg │ │ ├── poll.svg │ │ ├── room.svg │ │ ├── shop.svg │ │ ├── signal_cellular_connected_no_internet_3_bar.svg │ │ ├── stay_current_landscape.svg │ │ ├── stay_primary_landscape.svg │ │ ├── swap_vertical_circle.svg │ │ ├── tablet_android.svg │ │ ├── unfold_less.svg │ │ ├── unfold_more_36px.svg │ │ ├── verified_user.svg │ │ ├── watch_later.svg │ │ ├── apps.svg │ │ ├── brightness_2.svg │ │ ├── create.svg │ │ ├── edit.svg │ │ ├── laptop_windows.svg │ │ ├── local_post_office.svg │ │ ├── place.svg │ │ ├── queue_mus48px.svg │ │ ├── restaurant.svg │ │ ├── security.svg │ │ ├── signal_cellular_connected_no_internet_1_bar.svg │ │ ├── signal_cellular_connected_no_internet_2_bar.svg │ │ ├── switch_video.svg │ │ ├── unfold_less_36px.svg │ │ ├── assessment.svg │ │ ├── brightness_3.svg │ │ ├── burst_mode.svg │ │ ├── card_membership.svg │ │ ├── description.svg │ │ ├── devices.svg │ │ ├── headset.svg │ │ ├── insert_chart.svg │ │ ├── label.svg │ │ ├── launch.svg │ │ ├── local_hospital.svg │ │ ├── location_on.svg │ │ ├── mode_edit.svg │ │ ├── note_add.svg │ │ ├── panorama_fish_eye.svg │ │ ├── pie_chart.svg │ │ ├── pin_drop.svg │ │ ├── pregnant_woman.svg │ │ ├── stay_current_portrait.svg │ │ ├── stay_primary_portrait.svg │ │ ├── straighten.svg │ │ ├── undo.svg │ │ ├── web.svg │ │ ├── battery_full.svg │ │ ├── battery_std.svg │ │ ├── broken_image.svg │ │ ├── check_box.svg │ │ ├── compare.svg │ │ ├── content_copy.svg │ │ ├── filter_none.svg │ │ ├── format_clear.svg │ │ ├── http.svg │ │ ├── low_priority.svg │ │ ├── mail_outline.svg │ │ ├── ondemand_video.svg │ │ ├── open_in_browser.svg │ │ ├── open_in_new.svg │ │ ├── phonelink.svg │ │ ├── picture_in_picture_alt.svg │ │ ├── present_to_all.svg │ │ ├── radio_button_unchecked.svg │ │ ├── redo.svg │ │ ├── save.svg │ │ ├── theaters.svg │ │ ├── today.svg │ │ ├── check_circle.svg │ │ ├── chrome_reader_mode.svg │ │ ├── crop_free.svg │ │ ├── event.svg │ │ ├── inbox.svg │ │ ├── input.svg │ │ ├── local_movies.svg │ │ ├── photo_album.svg │ │ ├── picture_in_picture.svg │ │ ├── remove_from_queue.svg │ │ ├── subscriptions.svg │ │ ├── subtitles.svg │ │ ├── system_update.svg │ │ ├── video_library.svg │ │ ├── brightness_6.svg │ │ ├── disc_full.svg │ │ ├── done_all.svg │ │ ├── drafts.svg │ │ ├── exposure.svg │ │ ├── filter_frames.svg │ │ ├── format_list_numbered.svg │ │ ├── gavel.svg │ │ ├── headset_m48px.svg │ │ ├── iso.svg │ │ ├── print.svg │ │ ├── receipt.svg │ │ ├── spellcheck.svg │ │ ├── switch_camera.svg │ │ ├── toys.svg │ │ ├── videocam_off.svg │ │ ├── view_agenda.svg │ │ ├── work.svg │ │ ├── aspect_ratio.svg │ │ ├── brightness_medium.svg │ │ ├── insert_invitation.svg │ │ ├── kitchen.svg │ │ ├── looks_5.svg │ │ ├── person_add.svg │ │ ├── queue.svg │ │ ├── room_service.svg │ │ ├── subdirectory_arrow_right.svg │ │ ├── system_update_alt.svg │ │ ├── tablet_mac.svg │ │ ├── wb_cloudy.svg │ │ ├── add_to_queue.svg │ │ ├── collections.svg │ │ ├── crop_original.svg │ │ ├── favorite.svg │ │ ├── filter_1.svg │ │ ├── library_add.svg │ │ ├── live_tv.svg │ │ ├── local_printshop.svg │ │ ├── no_sim.svg │ │ ├── perm_device_information.svg │ │ ├── phone_iphone.svg │ │ ├── photo_library.svg │ │ ├── play_circle_outline.svg │ │ ├── remove_circle_outline.svg │ │ ├── settings_cell.svg │ │ ├── shuffle.svg │ │ ├── swap_calls.svg │ │ ├── vpn_key.svg │ │ ├── wifi.svg │ │ ├── add_to_photos.svg │ │ ├── album.svg │ │ ├── event_note.svg │ │ ├── info_outline.svg │ │ ├── line_style.svg │ │ ├── looks.svg │ │ ├── more_vert.svg │ │ ├── pages.svg │ │ ├── queue_play_next.svg │ │ ├── airline_seat_legroom_normal.svg │ │ ├── airplanemode_inactive.svg │ │ ├── assistant.svg │ │ ├── border_color.svg │ │ ├── control_point.svg │ │ ├── date_range.svg │ │ ├── directions_railway.svg │ │ ├── error_outline.svg │ │ ├── filter_4.svg │ │ ├── filter_7.svg │ │ ├── image_aspect_ratio.svg │ │ ├── location_city.svg │ │ ├── more_horiz.svg │ │ ├── more_horiz_36px.svg │ │ ├── more_vert_36px.svg │ │ ├── star_half.svg │ │ ├── vibration.svg │ │ ├── add_circle_outline.svg │ │ ├── battery_alert.svg │ │ ├── brightness_5.svg │ │ ├── cancel.svg │ │ ├── exit_to_app.svg │ │ ├── fiber_smart_record.svg │ │ ├── golf_course.svg │ │ ├── label_outline.svg │ │ ├── local_library.svg │ │ ├── looks_two.svg │ │ ├── notifications.svg │ │ ├── pause_circle_outline.svg │ │ ├── signal_cellular_no_sim.svg │ │ ├── speaker_notes.svg │ │ ├── stars.svg │ │ ├── battery_charging_full.svg │ │ ├── bluetooth.svg │ │ ├── brightness_low.svg │ │ ├── build.svg │ │ ├── dvr.svg │ │ ├── hdr_strong.svg │ │ ├── hdr_weak.svg │ │ ├── library_books.svg │ │ ├── loupe.svg │ │ ├── move_to_inbox.svg │ │ ├── perm_media.svg │ │ ├── report.svg │ │ ├── shop_two.svg │ │ ├── adjust.svg │ │ ├── art_track.svg │ │ ├── backup.svg │ │ ├── battery_20.svg │ │ ├── beenhere.svg │ │ ├── directions.svg │ │ ├── flight_land.svg │ │ ├── hdr_on.svg │ │ ├── local_drink.svg │ │ ├── local_pizza.svg │ │ ├── rate_review.svg │ │ ├── rss_feed.svg │ │ ├── schedule.svg │ │ ├── sim_card.svg │ │ ├── view_comfy.svg │ │ ├── access_time.svg │ │ ├── airline_seat_flat.svg │ │ ├── battery_30.svg │ │ ├── battery_50.svg │ │ ├── battery_60.svg │ │ ├── battery_80.svg │ │ ├── battery_90.svg │ │ ├── brightness_auto.svg │ │ ├── brush.svg │ │ ├── cancel_36px.svg │ │ ├── developer_board.svg │ │ ├── filter.svg │ │ ├── folder_special.svg │ │ ├── map.svg │ │ ├── query_builder.svg │ │ ├── scanner.svg │ │ ├── screen_share.svg │ │ ├── volume_up.svg │ │ ├── account_box.svg │ │ ├── camera_rear.svg │ │ ├── looks_6.svg │ │ ├── settings_ethernet.svg │ │ ├── signal_wifi_off.svg │ │ ├── card_travel.svg │ │ ├── laptop_mac.svg │ │ ├── looks_3.svg │ │ ├── refresh_36px.svg │ │ ├── business.svg │ │ ├── cast.svg │ │ ├── delete_forever.svg │ │ ├── domain.svg │ │ ├── edit_location.svg │ │ ├── flip.svg │ │ ├── format_bold.svg │ │ └── local_see.svg │ ├── logo.png │ └── favicon │ │ ├── favicon.ico │ │ ├── mstile-70x70.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── mstile-144x144.png │ │ ├── mstile-150x150.png │ │ ├── mstile-310x150.png │ │ ├── mstile-310x310.png │ │ ├── apple-touch-icon.png │ │ ├── android-chrome-192x192.png │ │ └── android-chrome-512x512.png └── css │ └── images │ ├── layers.png │ ├── layers-2x.png │ ├── marker-icon.png │ ├── marker-shadow.png │ └── marker-icon-2x.png ├── migrations └── README ├── babel.cfg ├── .gitignore ├── runserver.py └── webapp ├── user └── templates │ └── emails │ ├── recover-email.txt │ └── validate-email.txt └── templates ├── 404.html ├── csrf-error.html ├── 401.html └── 403.html /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/client-js/base.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/region/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/store/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts.list: -------------------------------------------------------------------------------- 1 | Open+Sans:400,600,700 -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_hide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /migrations/README: -------------------------------------------------------------------------------- 1 | Generic single-database configuration. -------------------------------------------------------------------------------- /assets/client-js/Common.js: -------------------------------------------------------------------------------- 1 | export default class Common { 2 | 3 | } -------------------------------------------------------------------------------- /assets/sass/opening-times-form.scss: -------------------------------------------------------------------------------- 1 | #opening-times-form .fa { 2 | color: #999; 3 | cursor: pointer; 4 | } -------------------------------------------------------------------------------- /static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/logo.png -------------------------------------------------------------------------------- /babel.cfg: -------------------------------------------------------------------------------- 1 | [python: **.py] 2 | [jinja2: **/templates/**.html] 3 | extensions=jinja2.ext.autoescape,jinja2.ext.with_ 4 | -------------------------------------------------------------------------------- /static/css/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/css/images/layers.png -------------------------------------------------------------------------------- /static/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/favicon.ico -------------------------------------------------------------------------------- /static/css/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/css/images/layers-2x.png -------------------------------------------------------------------------------- /static/img/store/default.350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/store/default.350.png -------------------------------------------------------------------------------- /static/css/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/css/images/marker-icon.png -------------------------------------------------------------------------------- /static/css/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/css/images/marker-shadow.png -------------------------------------------------------------------------------- /static/img/category/default.350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/category/default.350.png -------------------------------------------------------------------------------- /static/img/favicon/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/mstile-70x70.png -------------------------------------------------------------------------------- /static/img/region/default.1110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/region/default.1110.png -------------------------------------------------------------------------------- /static/img/region/default.350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/region/default.350.png -------------------------------------------------------------------------------- /static/img/store/default.1110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/store/default.1110.png -------------------------------------------------------------------------------- /static/css/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/css/images/marker-icon-2x.png -------------------------------------------------------------------------------- /static/img/category/default.1110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/category/default.1110.png -------------------------------------------------------------------------------- /static/img/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /static/img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /static/img/favicon/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/mstile-144x144.png -------------------------------------------------------------------------------- /static/img/favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /static/img/favicon/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/mstile-310x150.png -------------------------------------------------------------------------------- /static/img/favicon/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/mstile-310x310.png -------------------------------------------------------------------------------- /static/img/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /static/img/category-svg/remove.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/play_arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/title.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /static/img/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binary-butterfly/shared-delivery/HEAD/static/img/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /static/img/category-svg/arrow_drop_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_drop_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_4_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flash_on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/short_text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/space_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/trending_flat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_drop_up_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/drag_handle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/skip_previous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/volume_mute.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | config.py 2 | *.py[cod] 3 | .idea 4 | 5 | bin 6 | venv 7 | tmp 8 | temp 9 | logs 10 | static/img/category 11 | static/img/region 12 | static/img/store 13 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_drop_down_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/skip_next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_stream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/dehaze.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/details.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fast_forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fast_rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/publish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_0_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sort.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/assistant_photo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_made.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/done.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/expand_less.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_quote.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/functions.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/get_app.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/near_me.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/priority_high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/priority_high_12px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/warning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_received.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chevron_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chevron_left_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chevron_right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/clear_all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/equalizer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/expand_less_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/expand_more.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/expand_more_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_size.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/navigate_next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/report_problem.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_null.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/text_fields.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/vertical_align_top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_array.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_compact.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/warning_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/change_history.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/check_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chevron_right_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_ital48px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_arrow_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/navigate_before.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/network_cell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/plus_one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/vertical_align_bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_carousel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_column.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/exposure_neg_1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_hdr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_arrow_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_arrow_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_arrow_right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/lens.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/line_weight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/show_chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/subject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/terrain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_forward_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_upward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/dashboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fiber_manual_record.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/first_page.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_strikethrough.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/laptop_chromebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/last_page.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/power_input.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_1_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_2_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_3_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_headline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/sass/webapp.scss: -------------------------------------------------------------------------------- 1 | @import "bootstrap-multiselect"; 2 | @import "layout"; 3 | @import "search-table"; 4 | @import "store-map"; 5 | @import "opening-times-form"; 6 | @import "tiles"; 7 | @import "store"; 8 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_back_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_missed_outgoing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_backspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_return.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/polymer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/swap_vert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/turned_in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_quilt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chat_bubble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/grapheq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/import_export.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/school.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/swap_horiz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/trending_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/compare_arrows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/exposure_plus_1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_capslock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/subdirectory_arrow_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/trending_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/vertical_align_center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_downward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/border_all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_align_justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_align_left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_align_right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fullscreen_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/mode_comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/musnote.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/playlist_add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/remove_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_connected_no_internet_4_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/storage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/toc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/do_not_disturb_on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_align_center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fullscreen_exit_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/gamepad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/games.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/grade.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/hourglass_empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/keyboard_tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/repeat_one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/reply_all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_wifi_4_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/store_mall_directory.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/videocam.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/volume_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/client-sass/base.scss: -------------------------------------------------------------------------------- 1 | @import "../../node_modules/leaflet/dist/leaflet"; 2 | @import "../../node_modules/leaflet.markercluster/dist/MarkerCluster"; 3 | @import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.Default"; -------------------------------------------------------------------------------- /static/img/category-svg/account_balance.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/arrow_drop_down_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/bubble_chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/error.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_line_spacing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fullscreen_exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/merge_type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/play_circle_filled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/playlist_add_check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/accessibility.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/audiotrack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_to_action.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/clear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/error_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/featured_video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flash_auto.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_airport.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_parking.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/text_format.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/turned_in_not.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/video_label.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/widgets.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/add_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/bookmark_border.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/branding_watermark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/call_split.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chat_bubble_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/class.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_16_9.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_3_2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_5_4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_7_5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_din.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/event_seat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flash_off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_textdirection_l_to_r.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_textdirection_r_to_l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/laptop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/mms.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/perm_scan_wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_day.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_module.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/js/Helper/UserForm.js: -------------------------------------------------------------------------------- 1 | export default class UserForm { 2 | constructor() { 3 | $('#capabilities').multiselect(window.common.multiselect_options); 4 | $('#region').multiselect(window.common.multiselect_options); 5 | } 6 | } -------------------------------------------------------------------------------- /static/img/category-svg/crop_landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/feedback.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_indent_decrease.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_indent_increase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/hotel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/hourglass_full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/insert_drive_file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_pharmacy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks_one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/markunread_mailbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pause_circle_filled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/play_circle_filled_white.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/play_for_work.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/playlist_play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sim_card_alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sms_failed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/announcement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/border_outer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/close_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/forum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_hotel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/movie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/photo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sd_card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sd_storage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_connected_no_internet_0_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/web_asset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/add_location.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/check_box_outline_blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/delete_sweep.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/featured_play_list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_underlined.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_convenience_store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks_4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/open_with.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/panorama.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/person.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/replay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_wifi_0_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sms.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/transform.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/voice_chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/add_box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/airline_seat_individual_suite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/airplanemode_active.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/computer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/desktop_mac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/explicit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_b_and_w.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/free_breakfast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/insert_comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/insert_photo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_cafe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/mouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/movie_creation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/nature.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/payment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/phone_android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/question_answer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/settings_input_hdmi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/slideshow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/textsms.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/tune.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/unfold_more.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/video_call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/wrap_text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/apps_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/border_style.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/credit_card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/desktop_windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/dock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_color_text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_paint.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/highlight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/markunread.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/personal_video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/poll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/room.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/shop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_connected_no_internet_3_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/stay_current_landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/stay_primary_landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/swap_vertical_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/tablet_android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/unfold_less.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/unfold_more_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/verified_user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/watch_later.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/apps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/create.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/laptop_windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_post_office.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/place.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/queue_mus48px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/restaurant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/security.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_connected_no_internet_1_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_connected_no_internet_2_bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/switch_video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/unfold_less_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /runserver.py: -------------------------------------------------------------------------------- 1 | # encoding: utf-8 2 | 3 | from flask_failsafe import failsafe 4 | 5 | @failsafe 6 | def create_app(): 7 | from webapp import launch 8 | return launch() 9 | 10 | if __name__ == "__main__": 11 | create_app().run(debug=True, host='0.0.0.0') 12 | -------------------------------------------------------------------------------- /static/img/category-svg/assessment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/burst_mode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/card_membership.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/description.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/devices.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/headset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/insert_chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/label.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/launch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_hospital.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/location_on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/mode_edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/note_add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/panorama_fish_eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pie_chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pin_drop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pregnant_woman.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/stay_current_portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/stay_primary_portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/straighten.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/undo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/web.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_std.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/broken_image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/check_box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/compare.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/content_copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_none.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_clear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/http.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/low_priority.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/mail_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/ondemand_video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/open_in_browser.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/open_in_new.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/phonelink.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/picture_in_picture_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/present_to_all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/radio_button_unchecked.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/redo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/theaters.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/today.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/check_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/chrome_reader_mode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_free.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/event.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/input.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_movies.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/photo_album.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/picture_in_picture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/remove_from_queue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/subscriptions.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/subtitles.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/system_update.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/video_library.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webapp/user/templates/emails/recover-email.txt: -------------------------------------------------------------------------------- 1 | Herzlich Willkommen bei Shared Delivery, {{ user.firstname}} {{ user.lastname }}, 2 | 3 | Um Ihren Account zu reaktivieren, klicken Sie bitte auf die folgende URL: {{ validation_url }} 4 | 5 | Beste Grüße, 6 | Ihr Shared Delivery Team 7 | 8 | -------------------------------------------------------------------------------- /webapp/user/templates/emails/validate-email.txt: -------------------------------------------------------------------------------- 1 | Herzlich Willkommen bei Shared Delivery, {{ user.firstname}} {{ user.lastname }}, 2 | 3 | Um Ihren Account zu aktivieren, klicken Sie bitte auf die folgende URL: {{ validation_url }} 4 | 5 | Beste Grüße, 6 | Ihr Shared Delivery Team 7 | 8 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/disc_full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/done_all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/drafts.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/exposure.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_frames.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_list_numbered.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/gavel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/headset_m48px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/iso.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/print.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/receipt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/spellcheck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/switch_camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/toys.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/videocam_off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_agenda.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/work.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/aspect_ratio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/insert_invitation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/kitchen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks_5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/person_add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/queue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/room_service.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/subdirectory_arrow_right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/system_update_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/tablet_mac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/wb_cloudy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/add_to_queue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/collections.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/crop_original.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/favorite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/library_add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/live_tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_printshop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/no_sim.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/perm_device_information.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/phone_iphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/photo_library.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/play_circle_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/remove_circle_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/settings_cell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/shuffle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/swap_calls.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/vpn_key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webapp/templates/404.html: -------------------------------------------------------------------------------- 1 | {% extends "layout.html" %} 2 | 3 | {% block content %} 4 |
5 |
6 |

Nicht gefunden

7 |

Unter dieser Adresse gibt es nichts.

8 |
9 |
10 | {% endblock %} -------------------------------------------------------------------------------- /static/img/category-svg/add_to_photos.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/album.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/event_note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/info_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/line_style.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/more_vert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pages.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/queue_play_next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/sass/store.scss: -------------------------------------------------------------------------------- 1 | .store-revisit-box { 2 | border: 1px solid #999; 3 | border-left-width: 0.25rem; 4 | border-radius: 0.25rem; 5 | border-left-color: #f0ad4e; 6 | padding: 20px; 7 | } 8 | 9 | .store-revisit-box .fa { 10 | float: right; 11 | font-size: 3rem; 12 | color: #f0ad4e; 13 | } -------------------------------------------------------------------------------- /static/img/category-svg/airline_seat_legroom_normal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/airplanemode_inactive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/assistant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/border_color.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/control_point.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/date_range.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/directions_railway.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/error_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter_7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/image_aspect_ratio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/location_city.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/more_horiz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/more_horiz_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/more_vert_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/star_half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/vibration.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/add_circle_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/cancel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/exit_to_app.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/fiber_smart_record.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/golf_course.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/label_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_library.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks_two.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/notifications.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/pause_circle_outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_cellular_no_sim.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/speaker_notes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/stars.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_charging_full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/build.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/dvr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/hdr_strong.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/hdr_weak.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/library_books.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/loupe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/move_to_inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/perm_media.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/report.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/shop_two.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/adjust.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/art_track.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/backup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_20.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/beenhere.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/directions.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flight_land.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/hdr_on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_drink.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_pizza.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/rate_review.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/rss_feed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/schedule.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/sim_card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/view_comfy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/access_time.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/airline_seat_flat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_30.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_50.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_60.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_80.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/battery_90.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brightness_auto.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/brush.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/cancel_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/developer_board.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/folder_special.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/query_builder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/scanner.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/screen_share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/volume_up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/account_box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/camera_rear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks_6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/settings_ethernet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/signal_wifi_off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webapp/templates/csrf-error.html: -------------------------------------------------------------------------------- 1 | {% extends "layout.html" %} 2 | 3 | {% block content %} 4 |
5 |
6 |

Sicherheitsabbruch

7 |

Sie haben zu lange gewartet. Bitte versuchen Sie es erneut.

8 |
9 |
10 | {% endblock %} -------------------------------------------------------------------------------- /static/img/category-svg/card_travel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/laptop_mac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/looks_3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/refresh_36px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webapp/templates/401.html: -------------------------------------------------------------------------------- 1 | {% extends "layout.html" %} 2 | 3 | {% block content %} 4 |
5 |
6 |

Kein Zugriff

7 |

Sie haben nicht die erforderlichen Rechte, um auf diese Ressource zuzugreifen.

8 |
9 |
10 | {% endblock %} -------------------------------------------------------------------------------- /webapp/templates/403.html: -------------------------------------------------------------------------------- 1 | {% extends "layout.html" %} 2 | 3 | {% block content %} 4 |
5 |
6 |

Kein Zugriff

7 |

Sie haben nicht die erforderlichen Rechte, um auf diese Ressource zuzugreifen.

8 |
9 |
10 | {% endblock %} -------------------------------------------------------------------------------- /static/img/category-svg/business.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/delete_forever.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/domain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/edit_location.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/flip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/format_bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/category-svg/local_see.svg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------