File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -204,13 +204,19 @@ <h1 id="breadcrumb"><span metal:define-slot="body_title">body title</span></h1>
204204 < tal:block metal:define-slot ="content "> Page content goes here</ tal:block >
205205</ div > <!-- content -->
206206< div class ="footer ">
207- < div class ="credits ">
208- < a href ="http://www.upfrontsystems.co.za/ " title ="issue tracker hosting provided by Upfront Systems, South Africa "> hosting by Upfront Systems</ a >
209- </ div > <!-- credits -->
207+ -< div id ="credits ">
208+ < p >
209+ Hosted on < a href ="https://m.do.co/c/783434964889 " title ="Hosted on DigitalOcean "> DigitalOcean</ a > ,
210+ < br >
211+ Supported by < a href ="https://python.org/psf-landing/ " title ="The Python Software Foundation "> The Python Software Foundation</ a > ,
212+ < br >
213+ Powered by < a href ="http://roundup.sourceforge.net " title ="Powered by the Roundup Issue Tracker "> Roundup</ a >
214+ </ p >
210215<!-- Created: Wed Jan 14 11:55:38 EST 2009 -->
211216<!-- hhmts start -->
212- Last modified: Tue Feb 3 22:02:04 EST 2009
217+ Last modified: Fri Feb 28 22:02:04 EST 2020
213218<!-- hhmts end -->
219+ </ div > <!-- credits -->
214220</ div > <!-- footer -->
215221
216222< pre tal:condition ="request/form/deissue | nothing " tal:content ="request ">
Original file line number Diff line number Diff line change @@ -168,3 +168,11 @@ table.history td {
168168table .classhelp td {
169169 vertical-align : top;
170170}
171+
172+ .required : before {
173+ content : "*" ;
174+ color : red;
175+ font-weight : bold;
176+ }
177+
178+ /* SHA: 01691a9346b3bc6a29a505a2dfa389ee3edc950f */
You can’t perform that action at this time.
0 commit comments