We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867c19e commit c94ccb9Copy full SHA for c94ccb9
qiita_pet/templates/user_profile.html
@@ -28,7 +28,7 @@ <h3>User Information</h3>
28
</div>
29
{% end %}
30
{%if creation_timestamp is not None %}
31
- <div style="padding-left: 1em; padding-bottom: 1em; color: grey;">account created at {{creation_timestamp}}</div>
+ <div style="padding-left: 1em; padding-bottom: 1em; color: grey;">account created on {{creation_timestamp}}</div>
32
33
<div style="color:{% if msg.startswith('ERROR:') %}red{% else %}darkgreen{% end %};">{{msg}}</div>
34
<button type="submit" class="btn btn-success">Save Edits</button>
0 commit comments