소스 검색

Tweak how string variable names are generated.

Michael Hope 3 년 전
부모
커밋
a3edebf092
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      static/themes/common/niche.css
  2. 2 1
      strings.py

+ 3 - 0
static/themes/common/niche.css 파일 보기

@@ -24,6 +24,9 @@
24 24
 }
25 25
 
26 26
 .wrong {
27
+    background-color: pink;
28
+    border: 1px solid red;
29
+    padding: 0.3em;
27 30
 }
28 31
 
29 32
 .preview {

+ 2 - 1
strings.py 파일 보기

@@ -27,6 +27,7 @@ admin_needed_to_hide_a_link = 'Admin needed to hide a link'
27 27
 admin_needed_to_close_a_link = 'Admin needed to close a link'
28 28
 bad_username_or_password = "Bad username or password"
29 29
 only_the_user_can_checkout_their_links = "Only the user can checkout their links"
30
+possible_cross_site_request_forgery_try_again = "Possible cross site request forgery.  Try again."
30 31
 field_realname = "Real name"
31 32
 field_email = "Email"
32 33
 field_gravatar_email = "Gravatar email"
@@ -35,7 +36,7 @@ field_team = "Team"
35 36
 field_location = "Location"
36 37
 field_twitter = "Twitter"
37 38
 field_facebook = "Facebook"
38
-field_google_plus_ = "Google+"
39
+field_google_plus = "Google+"
39 40
 field_skype = "Skype"
40 41
 field_aim = "AIM"
41 42
 field_bio = "Bio"