Show More
@@ -354,8 +354,6 b' li {' | |||||
354 |
|
354 | |||
355 | .moderator_info { |
|
355 | .moderator_info { | |
356 | color: #e99d41; |
|
356 | color: #e99d41; | |
357 | float: right; |
|
|||
358 | font-weight: bold; |
|
|||
359 | opacity: 0.4; |
|
357 | opacity: 0.4; | |
360 | } |
|
358 | } | |
361 |
|
359 | |||
@@ -546,4 +544,4 b' button {' | |||||
546 | .image-metadata { |
|
544 | .image-metadata { | |
547 | font-style: italic; |
|
545 | font-style: italic; | |
548 | font-size: 0.9em; |
|
546 | font-size: 0.9em; | |
549 | } No newline at end of file |
|
547 | } |
@@ -39,7 +39,7 b'' | |||||
39 |
|
39 | |||
40 | {% if moderator %} |
|
40 | {% if moderator %} | |
41 | <span class="moderator_info"> |
|
41 | <span class="moderator_info"> | |
42 | <a href="{% url 'admin:boards_post_change' post.id %}">{% trans 'Edit' %}</a> |
|
42 | | <a href="{% url 'admin:boards_post_change' post.id %}">{% trans 'Edit' %}</a> | |
43 | {% if is_opening %} |
|
43 | {% if is_opening %} | |
44 |
|
|
44 | | <a href="{% url 'admin:boards_thread_change' thread.id %}">{% trans 'Edit thread' %}</a> | |
45 | {% endif %} |
|
45 | {% endif %} |
General Comments 0
You need to be logged in to leave comments.
Login now