Skip to content

Commit 8491579

Browse files
committed
Merge branch 'dev' of https://github.com/qiita-spots/qiita into add_social_handles
2 parents b067cda + ffe1ec8 commit 8491579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: qiita_pet/templates/user_profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>User Information</h3>
2727
{% end %}
2828
</div>
2929
{% end %}
30-
<div style="color:red;">{{msg}}</div>
30+
<div style="color:{% if msg.startswith('ERROR:') %}red{% else %}darkgreen{% end %};">{{msg}}</div>
3131
<button type="submit" class="btn btn-success">Save Edits</button>
3232
</form>
3333
</div>

0 commit comments

Comments
 (0)