Django

Code

Changeset 8926

Show
Ignore:
Timestamp:
09/03/08 10:24:29 (4 months ago)
Author:
jacob
Message:

Oops, missed a file in [8925].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/djangodocs/templates/docs/doc.html

    r8844 r8926  
    4444<div id="content-secondary"> 
    4545  <h2 id="comments">Questions/Feedback</h2> 
    46   <p> 
    47     If you notice errors with this documentation, please <a 
    48     href="http://code.djangoproject.com/simpleticket?component=Documentation"> 
    49     open a ticket</a> and let us know! 
    50   </p> 
    51   <p> 
    52     Please only use the ticket tracker for criticisms and improvements on the 
    53     docs. For tech support, ask in the IRC channel or post to the <a 
    54     href="http://groups-beta.google.com/group/django-users"> django-users 
    55     list</a>. 
    56   </p> 
     46  <p>Having trouble? We'd like to help!</p> 
     47  <ul> 
     48    <li> 
     49      Try the <a href="/faq/">FAQ</a> — it's got answers to many common 
     50      questions. 
     51    </li> 
     52    <li> 
     53      Search for information in the <a 
     54      href="http://groups.google.com/group/django-users/">archives of the 
     55      django-users mailing list</a>, or <a 
     56      href="http://groups.google.com/group/django-users/">post a question</a>. 
     57    </li> 
     58    <li> 
     59      Ask a question in the <a href="irc://irc.freenode.net/">#django IRC 
     60      channel</a>, or search the <a href="http://oebfare.com/logger/django/">IRC 
     61      logs</a> to see if its been asked before. 
     62    </li> 
     63    <li> 
     64      If you notice errors with this documentation, please <a 
     65      href="http://code.djangoproject.com/simpleticket?component=Documentation"> 
     66      open a ticket</a> and let us know! Please only use the ticket tracker for 
     67      criticisms and improvements on the docs. For tech support, use the 
     68      resources above. 
     69    </li> 
     70  </ul> 
    5771</div> 
    5872{% endblock %}