diff --git a/admin/static/js/app.js b/admin/static/js/app.js index 16f4c909..3e4573b2 100644 --- a/admin/static/js/app.js +++ b/admin/static/js/app.js @@ -632,7 +632,7 @@ angular.module("FICApp") }) .controller("ThemeController", function($scope, Theme, $routeParams, $location, $rootScope, $http) { $scope.theme = Theme.get({ themeId: $routeParams.themeId }); - $scope.fields = ["name", "authors"]; + $scope.fields = ["name", "authors", "intro"]; $scope.saveTheme = function() { if (this.theme.id) { diff --git a/admin/static/views/theme.html b/admin/static/views/theme.html index 3d5122e6..ddd97c1e 100644 --- a/admin/static/views/theme.html +++ b/admin/static/views/theme.html @@ -4,7 +4,8 @@
- + +