<dd>{% if item.recorded_from_date %}{{ item.recorded_from_date }}{% endif %}{% if item.recorded_from_date and item.recorded_to_date%} - {% endif %}{% if item.recorded_to_date %}{{ item.recorded_to_date}}{% endif %}</dd>
- <dt>{% trans "Remarks" %}</dt>
- <dd>{{ item.comment|html_line_break|safe }}</dd>
-
{% if last_revision %}
<dt>{% trans "Last modification" %}</dt>
<dd>{{ last_revision.time }} {% if user.is_authenticated %}(<a href="{% url telemeta-profile-detail last_revision.user.username %}">{{last_revision.user.username}}</a>){% endif %}</dd>
<dt>{% trans "Published references" %}</dt>
<dd>{{ item.external_references|html_line_break|safe }}</dd>
{% dl_field item "public_access_label" %}
+
+ <dt>{% trans "Remarks" %}</dt>
+ <dd>{{ item.comment|html_line_break|safe }}</dd>
</dl>
</div>
{% endblock archive_data %}
do
branch=${line/#\ }
- echo "Push $branch to origin:"
git push origin $branch
-
- if [[ $branch == *master* ]]; then
- echo "Push $branch to github:"
- git push hub $branch
- fi
+ git push hub $branch
+
+# if [[ $branch == *master* ]]; then
+# echo "Push $branch to github:"
+# git push hub $branch
+# fi
done