Admin for custom pages

This commit is contained in:
Amaia Castro
2017-03-17 12:20:36 +01:00
parent 019037ebdd
commit 255b57cc85
20 changed files with 440 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ en:
spending_proposal:
one: "Spending proposal"
other: "Spending proposals"
site_customization/page:
one: Custom page
other: Custom pages
attributes:
budget:
name: "Name"
@@ -103,6 +106,16 @@ en:
signable_type: "Signable type"
signable_id: "Signable ID"
document_numbers: "Documents numbers"
site_customization/page:
content: Content
created_at: Created at
subtitle: Subtitle
slug: Slug
status: Status
title: Title
updated_at: Updated at
more_info_flag: Show in more information page
print_content_flag: Print content button
errors:
models:
user:
@@ -134,3 +147,7 @@ en:
document_number:
not_in_census: 'Not verified by Census'
already_voted: 'Already voted this proposal'
site_customization/page:
attributes:
slug:
slug_format: "must be letters, numbers, _ and -"